#66285B

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

Shades of Palatinate Purple #66285B

Tints of Palatinate Purple #66285B

Color information

#66285B (or 0x66285B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 28 and 5B. RGB value is (102,40,91). Sum of RGB (Red+Green+Blue) = 102+40+91=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #66285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66285B is #99D7A4. Grayscale: #404040. Windows color (decimal): -10082213 or 5974118. OLE color: 5974118.

HSL color Cylindrical-coordinate representation of color #66285B: hue angle of 310.65º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66285B is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1024091-
CMYK00.610.110.6
HSL310.65º43.66%27.84%-
HSV(B)310.65º60.78%40%-
XYZ8.135.110.45-
YUV64.35143.04154.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.78%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=43.78%
G=17.17%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102409100.610.110.6310.6543.6627.84
Hex66285B03DB3C1372c1c
Octal1465013307513744675434
Binary110011010100010110110111101101111110010011011110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66285B; }

 p { color: rgb(102,40,91); }

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

<style>
 a { background-color: #66285B; }

 a { background-color: rgb(102,40,91); }

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

<style>
 span { border-color: #66285B; }

 span { border-color: rgb(102,40,91); }

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