#662655

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

Shades of Palatinate Purple #662655

Tints of Palatinate Purple #662655

Color information

#662655 (or 0x662655) is unknown color: approx Palatinate Purple. HEX triplet: 66, 26 and 55. RGB value is (102,38,85). Sum of RGB (Red+Green+Blue) = 102+38+85=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #662655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662655 is #99D9AA. Grayscale: #3E3E3E. Windows color (decimal): -10082731 or 5580390. OLE color: 5580390.

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

Color convert

RGB1023885-
CMYK00.630.170.6
HSL315.94º45.71%27.45%-
HSV(B)315.94º62.75%40%-
XYZ7.814.879.12-
YUV62.49140.7156.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=45.33%
G=16.89%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102388500.630.170.6315.9445.7127.45
Hex66265503F113C13c2e1b
Octal1464612507721744745633
Binary1100110100110101010101111111000111110010011110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662655; }

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

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

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

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

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

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

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

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