#660A3C

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

Shades of Tyrian Purple #660A3C

Tints of Tyrian Purple #660A3C

Color information

#660A3C (or 0x660A3C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0A and 3C. RGB value is (102,10,60). Sum of RGB (Red+Green+Blue) = 102+10+60=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #660A3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A3C is #99F5C3. Grayscale: #2B2B2B. Windows color (decimal): -10089924 or 3934822. OLE color: 3934822.

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

Color convert

RGB1021060-
CMYK00.900.410.6
HSL327.39º82.14%21.96%-
HSV(B)327.39º90.2%40%-
XYZ6.43.374.59-
YUV43.21137.48169.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 10 (4.30% from 255) = 5.81%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=59.30%
G=5.81%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102106000.900.410.6327.3982.1421.96
Hex66A3C05A293C1475216
Octal14612740132517450712226
Binary1100110101011110001011010101001111100101000111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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