#66265F

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

Shades of Palatinate Purple #66265F

Tints of Palatinate Purple #66265F

Color information

#66265F (or 0x66265F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 26 and 5F. RGB value is (102,38,95). Sum of RGB (Red+Green+Blue) = 102+38+95=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #66265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66265F is #99D9A0. Grayscale: #3F3F3F. Windows color (decimal): -10082721 or 6235750. OLE color: 6235750.

HSL color Cylindrical-coordinate representation of color #66265F: hue angle of 306.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66265F is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1023895-
CMYK00.630.070.6
HSL306.56º45.71%27.45%-
HSV(B)306.56º62.75%40%-
XYZ8.245.0411.36-
YUV63.63145.7155.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=43.40%
G=16.17%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102389500.630.070.6306.5645.7127.45
Hex66265F03F73C1332e1b
Octal146461370777744635633
Binary11001101001101011111011111111111110010011001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66265F; }

 p { color: rgb(102,38,95); }

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

<style>
 a { background-color: #66265F; }

 a { background-color: rgb(102,38,95); }

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

<style>
 span { border-color: #66265F; }

 span { border-color: rgb(102,38,95); }

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