#660A5C

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

Shades of Palatinate Purple #660A5C

Tints of Palatinate Purple #660A5C

Color information

#660A5C (or 0x660A5C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0A and 5C. RGB value is (102,10,92). Sum of RGB (Red+Green+Blue) = 102+10+92=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #660A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A5C is #99F5A3. Grayscale: #2E2E2E. Windows color (decimal): -10089892 or 6031974. OLE color: 6031974.

HSL color Cylindrical-coordinate representation of color #660A5C: hue angle of 306.52º 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 #660A5C is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1021092-
CMYK00.900.100.6
HSL306.52º82.14%21.96%-
HSV(B)306.52º90.2%40%-
XYZ7.523.8110.47-
YUV46.86153.48167.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 4.90%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=50%
G=4.90%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102109200.900.100.6306.5282.1421.96
Hex66A5C05AA3C1335216
Octal146121340132127446312226
Binary110011010101011100010110101010111100100110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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