#660A56

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

Shades of Palatinate Purple #660A56

Tints of Palatinate Purple #660A56

Color information

#660A56 (or 0x660A56) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0A and 56. RGB value is (102,10,86). Sum of RGB (Red+Green+Blue) = 102+10+86=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #660A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A56 is #99F5A9. Grayscale: #2D2D2D. Windows color (decimal): -10089898 or 5638758. OLE color: 5638758.

HSL color Cylindrical-coordinate representation of color #660A56: hue angle of 310.43º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A56 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB1021086-
CMYK00.900.160.6
HSL310.43º82.14%21.96%-
HSV(B)310.43º90.2%40%-
XYZ7.273.719.14-
YUV46.17150.48167.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=51.52%
G=5.05%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102108600.900.160.6310.4382.1421.96
Hex66A5605A103C1365216
Octal146121260132207446612226
Binary1100110101010101100101101010000111100100110110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660A56; }

 p { color: rgb(102,10,86); }

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

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

 a { background-color: rgb(102,10,86); }

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

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

 span { border-color: rgb(102,10,86); }

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