#661852

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

Shades of Palatinate Purple #661852

Tints of Palatinate Purple #661852

Color information

#661852 (or 0x661852) is unknown color: approx Palatinate Purple. HEX triplet: 66, 18 and 52. RGB value is (102,24,82). Sum of RGB (Red+Green+Blue) = 102+24+82=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #661852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661852 is #99E7AD. Grayscale: #353535. Windows color (decimal): -10086318 or 5380198. OLE color: 5380198.

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

Color convert

RGB1022482-
CMYK00.760.200.6
HSL315.38º61.9%24.71%-
HSV(B)315.38º76.47%40%-
XYZ7.334.098.39-
YUV53.93143.84162.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 82 (32.42% from 255) = 39.42%
R=49.04%
G=11.54%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102248200.760.200.6315.3861.924.71
Hex66185204C143C13b3e19
Octal14630122011424744737631
Binary1100110110001010010010011001010011110010011101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661852; }

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

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

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

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

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

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

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

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