#661655

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

Shades of Palatinate Purple #661655

Tints of Palatinate Purple #661655

Color information

#661655 (or 0x661655) is unknown color: approx Palatinate Purple. HEX triplet: 66, 16 and 55. RGB value is (102,22,85). Sum of RGB (Red+Green+Blue) = 102+22+85=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #661655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661655 is #99E9AA. Grayscale: #343434. Windows color (decimal): -10086827 or 5576294. OLE color: 5576294.

HSL color Cylindrical-coordinate representation of color #661655: hue angle of 312.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661655 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB1022285-
CMYK00.780.170.6
HSL312.75º64.52%24.31%-
HSV(B)312.75º78.43%40%-
XYZ7.414.058.99-
YUV53.1146162.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=48.80%
G=10.53%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102228500.780.170.6312.7564.5224.31
Hex66165504E113C1394118
Octal146261250116217447110130
Binary11001101011010101010100111010001111100100111001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661655; }

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

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

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

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

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

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

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

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