#63196A

Color #63196A Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #63196A

Tints of Palatinate Purple #63196A

Color information

#63196A (or 0x63196A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 6A. RGB value is (99,25,106). Sum of RGB (Red+Green+Blue) = 99+25+106=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #63196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63196A is #9CE695. Grayscale: #383838. Windows color (decimal): -10282646 or 6953315. OLE color: 6953315.

HSL color Cylindrical-coordinate representation of color #63196A: hue angle of 294.81º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63196A is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9925106-
CMYK0.070.7600.58
HSL294.81º61.83%25.69%-
HSV(B)294.81º76.42%41.57%-
XYZ8.094.3914.06-
YUV56.36156.02158.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=43.04%
G=10.87%
B=46.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99251060.070.7600.58294.8161.8325.69
Hex63196A74C03A1273e1a
Octal1433115271140724477632
Binary11000111100111010101111001100011101010010011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63196A; }

 p { color: rgb(99,25,106); }

 H1.HeaderClassName
 {
   color: #63196A;
 }
 .AnyTagClassName
 {
   color: #63196A;
 }
</style>
background-color css

<style>
 a { background-color: #63196A; }

 a { background-color: rgb(99,25,106); }

 div.DivClassName
 {
   background-color: #63196A;
 }
 .BgClassName
 {
   background-color: #63196A;
 }
</style>
border-color css

<style>
 span { border-color: #63196A; }

 span { border-color: rgb(99,25,106); }

 td.TdClassName
 {
   border-color: #63196A;
 }
 .TagClassName
 {
   border-color: #63196A;
 }
</style>