#66255D

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

Shades of Palatinate Purple #66255D

Tints of Palatinate Purple #66255D

Color information

#66255D (or 0x66255D) is unknown color: approx Palatinate Purple. HEX triplet: 66, 25 and 5D. RGB value is (102,37,93). Sum of RGB (Red+Green+Blue) = 102+37+93=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66255D is #99DAA2. Grayscale: #3E3E3E. Windows color (decimal): -10082979 or 6104422. OLE color: 6104422.

HSL color Cylindrical-coordinate representation of color #66255D: hue angle of 308.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66255D is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1023793-
CMYK00.640.090.6
HSL308.31º46.76%27.25%-
HSV(B)308.31º63.73%40%-
XYZ8.124.9410.88-
YUV62.82145.03155.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=43.97%
G=15.95%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102379300.640.090.6308.3146.7627.25
Hex66255D04093C1342f1b
Octal14645135010011744645733
Binary1100110100101101110101000000100111110010011010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66255D; }

 p { color: rgb(102,37,93); }

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

<style>
 a { background-color: #66255D; }

 a { background-color: rgb(102,37,93); }

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

<style>
 span { border-color: #66255D; }

 span { border-color: rgb(102,37,93); }

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