#660A2D

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

Shades of Tyrian Purple #660A2D

Tints of Tyrian Purple #660A2D

Color information

#660A2D (or 0x660A2D) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0A and 2D. RGB value is (102,10,45). Sum of RGB (Red+Green+Blue) = 102+10+45=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #660A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A2D is #99F5D2. Grayscale: #292929. Windows color (decimal): -10089939 or 2951782. OLE color: 2951782.

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

Color convert

RGB1021045-
CMYK00.900.560.6
HSL337.17º82.14%21.96%-
HSV(B)337.17º90.2%40%-
XYZ6.063.232.79-
YUV41.5129.98171.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 10 (4.30% from 255) = 6.37%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=64.97%
G=6.37%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102104500.900.560.6337.1782.1421.96
Hex66A2D05A383C1515216
Octal14612550132707452112226
Binary1100110101010110101011010111000111100101010001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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