#661860

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

Shades of Palatinate Purple #661860

Tints of Palatinate Purple #661860

Color information

#661860 (or 0x661860) is unknown color: approx Palatinate Purple. HEX triplet: 66, 18 and 60. RGB value is (102,24,96). Sum of RGB (Red+Green+Blue) = 102+24+96=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #661860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661860 is #99E79F. Grayscale: #373737. Windows color (decimal): -10086304 or 6297702. OLE color: 6297702.

HSL color Cylindrical-coordinate representation of color #661860: hue angle of 304.62º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #661860 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB1022496-
CMYK00.760.060.6
HSL304.62º61.9%24.71%-
HSV(B)304.62º76.47%40%-
XYZ7.924.3211.48-
YUV55.53150.84161.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=45.95%
G=10.81%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102249600.760.060.6304.6261.924.71
Hex66186004C63C1313e19
Octal1463014001146744617631
Binary11001101100011000000100110011011110010011000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661860; }

 p { color: rgb(102,24,96); }

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

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

 a { background-color: rgb(102,24,96); }

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

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

 span { border-color: rgb(102,24,96); }

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