#661060

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

Shades of Palatinate Purple #661060

Tints of Palatinate Purple #661060

Color information

#661060 (or 0x661060) is unknown color: approx Palatinate Purple. HEX triplet: 66, 10 and 60. RGB value is (102,16,96). Sum of RGB (Red+Green+Blue) = 102+16+96=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #661060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661060 is #99EF9F. Grayscale: #323232. Windows color (decimal): -10088352 or 6295654. OLE color: 6295654.

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

Color convert

RGB1021696-
CMYK00.840.060.6
HSL304.19º72.88%23.14%-
HSV(B)304.19º84.31%40%-
XYZ7.784.0411.44-
YUV50.83153.49164.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 16 (6.64% from 255) = 7.48%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=47.66%
G=7.48%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102169600.840.060.6304.1972.8823.14
Hex66106005463C1304917
Octal14620140012467446011127
Binary110011010000110000001010100110111100100110000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661060; }

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

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

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

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

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

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

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

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