#661762

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

Shades of Palatinate Purple #661762

Tints of Palatinate Purple #661762

Color information

#661762 (or 0x661762) is unknown color: approx Palatinate Purple. HEX triplet: 66, 17 and 62. RGB value is (102,23,98). Sum of RGB (Red+Green+Blue) = 102+23+98=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #661762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661762 is #99E89D. Grayscale: #363636. Windows color (decimal): -10086558 or 6428518. OLE color: 6428518.

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

Color convert

RGB1022398-
CMYK00.770.040.6
HSL303.04º63.2%24.51%-
HSV(B)303.04º77.45%40%-
XYZ7.994.3211.97-
YUV55.17152.17161.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 23 (9.38% from 255) = 10.31%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=45.74%
G=10.31%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102239800.770.040.6303.0463.224.51
Hex66176204D43C12f3f19
Octal1462714201154744577731
Binary11001101011111000100100110110011110010010111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661762; }

 p { color: rgb(102,23,98); }

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

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

 a { background-color: rgb(102,23,98); }

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

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

 span { border-color: rgb(102,23,98); }

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