#63166b

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

Shades of Palatinate Purple #63166B

Tints of Palatinate Purple #63166B

Color information

#63166B (or 0x63166B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 16 and 6B. RGB value is (99,22,107). Sum of RGB (Red+Green+Blue) = 99+22+107=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #63166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63166B is #9CE994. Grayscale: #363636. Windows color (decimal): -10283413 or 7018083. OLE color: 7018083.

HSL color Cylindrical-coordinate representation of color #63166B: hue angle of 294.35º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63166B is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9922107-
CMYK0.070.7900.58
HSL294.35º65.89%25.29%-
HSV(B)294.35º79.44%41.96%-
XYZ8.094.2914.31-
YUV54.71157.51159.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=43.42%
G=9.65%
B=46.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99221070.070.7900.58294.3565.8925.29
Hex63166B74F03A1264219
Octal14326153711707244610231
Binary110001110110110101111110011110111010100100110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63166b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63166b; }

 p { color: rgb(99,22,107); }

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

<style>
 a { background-color: #63166b; }

 a { background-color: rgb(99,22,107); }

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

<style>
 span { border-color: #63166b; }

 span { border-color: rgb(99,22,107); }

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