#66285A

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

Shades of Palatinate Purple #66285A

Tints of Palatinate Purple #66285A

Color information

#66285A (or 0x66285A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 28 and 5A. RGB value is (102,40,90). Sum of RGB (Red+Green+Blue) = 102+40+90=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66285A is #99D7A5. Grayscale: #404040. Windows color (decimal): -10082214 or 5908582. OLE color: 5908582.

HSL color Cylindrical-coordinate representation of color #66285A: hue angle of 311.61º 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 #66285A is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1024090-
CMYK00.610.120.6
HSL311.61º43.66%27.84%-
HSV(B)311.61º60.78%40%-
XYZ8.085.0810.23-
YUV64.24142.54154.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=43.97%
G=17.24%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102409000.610.120.6311.6143.6627.84
Hex66285A03DC3C1382c1c
Octal1465013207514744705434
Binary110011010100010110100111101110011110010011100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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