#661F52

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

Shades of Palatinate Purple #661F52

Tints of Palatinate Purple #661F52

Color information

#661F52 (or 0x661F52) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1F and 52. RGB value is (102,31,82). Sum of RGB (Red+Green+Blue) = 102+31+82=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #661F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661F52 is #99E0AD. Grayscale: #393939. Windows color (decimal): -10084526 or 5381990. OLE color: 5381990.

HSL color Cylindrical-coordinate representation of color #661F52: hue angle of 316.9º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #661F52 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1023182-
CMYK00.700.200.6
HSL316.9º53.38%26.08%-
HSV(B)316.9º69.61%40%-
XYZ7.494.418.44-
YUV58.04141.52159.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 31 (12.5% from 255) = 14.42%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=47.44%
G=14.42%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102318200.700.200.6316.953.3826.08
Hex661F52046143C13d351a
Octal14637122010624744756532
Binary1100110111111010010010001101010011110010011110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661F52; }

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

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

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

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

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

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

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

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