#661851

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

Shades of Palatinate Purple #661851

Tints of Palatinate Purple #661851

Color information

#661851 (or 0x661851) is unknown color: approx Palatinate Purple. HEX triplet: 66, 18 and 51. RGB value is (102,24,81). Sum of RGB (Red+Green+Blue) = 102+24+81=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #661851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661851 is #99E7AE. Grayscale: #353535. Windows color (decimal): -10086319 or 5314662. OLE color: 5314662.

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

Color convert

RGB1022481-
CMYK00.760.210.6
HSL316.15º61.9%24.71%-
HSV(B)316.15º76.47%40%-
XYZ7.294.078.19-
YUV53.82143.34162.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=49.28%
G=11.59%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102248100.760.210.6316.1561.924.71
Hex66185104C153C13c3e19
Octal14630121011425744747631
Binary1100110110001010001010011001010111110010011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661851; }

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

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

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

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

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

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

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

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