Shades of Tyrian Purple #660A32
Tints of Tyrian Purple #660A32
RGB
CMYK
RGB Variations
Color information
#660A32 (or 0x660A32) is known color: Tyrian Purple. HEX triplet: 66, 0A and 32. RGB value is (102,10,50). Sum of RGB (Red+Green+Blue) = 102+10+50=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #660A32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A32 is #99F5CD. Grayscale: #2A2A2A. Windows color (decimal): -10089934 or 3279462. OLE color: 3279462.
HSL color Cylindrical-coordinate representation of color #660A32: hue angle of 333.91º 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 #660A32 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 50 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.6 |
| HSL | 333.91º | 0.82% | 0.22% | - |
| HSV(B) | 333.91º | 0.9% | 0.4% | - |
| XYZ | 6.16 | 3.27 | 3.32 | - |
| YUV | 42.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 50 | 0 | 0.90 | 0.51 | 0.6 | 333.91 | 0.82 | 0.22 |
| Hex | 66 | A | 32 | 0 | 5A | 33 | 3C | 14E | 52 | 16 |
| Octal | 146 | 12 | 62 | 0 | 132 | 63 | 74 | 516 | 122 | 26 |
| Binary | 1100110 | 1010 | 110010 | 0 | 1011010 | 110011 | 111100 | 101001110 | 1010010 | 10110 |
Color Harmonies of #660A32
Complementary color
Monochromatic Colors of #660A32
Black with #660A32
Text Example
Text Example
White with #660A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A32; }
p { color: rgb(102,10,50); }
H1.HeaderClassName
{
color: #660A32;
}
.AnyTagClassName
{
color: #660A32;
}
</style>
background-color css
<style>
a { background-color: #660A32; }
a { background-color: rgb(102,10,50); }
div.DivClassName
{
background-color: #660A32;
}
.BgClassName
{
background-color: #660A32;
}
</style>
border-color css
<style>
span { border-color: #660A32; }
span { border-color: rgb(102,10,50); }
td.TdClassName
{
border-color: #660A32;
}
.TagClassName
{
border-color: #660A32;
}
</style>