#660A4A

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

Shades of Tyrian Purple #660A4A

Tints of Tyrian Purple #660A4A

Color information

#660A4A (or 0x660A4A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0A and 4A. RGB value is (102,10,74). Sum of RGB (Red+Green+Blue) = 102+10+74=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #660A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A4A is #99F5B5. Grayscale: #2C2C2C. Windows color (decimal): -10089910 or 4852326. OLE color: 4852326.

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

Color convert

RGB1021074-
CMYK00.900.270.6
HSL318.26º82.14%21.96%-
HSV(B)318.26º90.2%40%-
XYZ6.823.546.8-
YUV44.8144.48168.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 10 (4.30% from 255) = 5.38%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=54.84%
G=5.38%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102107400.900.270.6318.2682.1421.96
Hex66A4A05A1B3C13e5216
Octal146121120132337447612226
Binary1100110101010010100101101011011111100100111110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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