#661859

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

Shades of Palatinate Purple #661859

Tints of Palatinate Purple #661859

Color information

#661859 (or 0x661859) is unknown color: approx Palatinate Purple. HEX triplet: 66, 18 and 59. RGB value is (102,24,89). Sum of RGB (Red+Green+Blue) = 102+24+89=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #661859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661859 is #99E7A6. Grayscale: #363636. Windows color (decimal): -10086311 or 5838950. OLE color: 5838950.

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

Color convert

RGB1022489-
CMYK00.760.130.6
HSL310º61.9%24.71%-
HSV(B)310º76.47%40%-
XYZ7.614.29.86-
YUV54.73147.34161.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=47.44%
G=11.16%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102248900.760.130.631061.924.71
Hex66185904CD3C1363e19
Octal14630131011415744667631
Binary110011011000101100101001100110111110010011011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661859; }

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

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

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

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

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

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

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

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