#66265B

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

Shades of Palatinate Purple #66265B

Tints of Palatinate Purple #66265B

Color information

#66265B (or 0x66265B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 26 and 5B. RGB value is (102,38,91). Sum of RGB (Red+Green+Blue) = 102+38+91=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66265B is #99D9A4. Grayscale: #3F3F3F. Windows color (decimal): -10082725 or 5973606. OLE color: 5973606.

HSL color Cylindrical-coordinate representation of color #66265B: hue angle of 310.31º 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 #66265B is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1023891-
CMYK00.630.110.6
HSL310.31º45.71%27.45%-
HSV(B)310.31º62.75%40%-
XYZ8.064.9710.43-
YUV63.18143.7155.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=44.16%
G=16.45%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102389100.630.110.6310.3145.7127.45
Hex66265B03FB3C1362e1b
Octal1464613307713744665633
Binary110011010011010110110111111101111110010011011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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