Shades of Tyrian Purple #660A33
Tints of Tyrian Purple #660A33
RGB
CMYK
RGB Variations
Color information
#660A33 (or 0x660A33) is known color: Tyrian Purple. HEX triplet: 66, 0A and 33. RGB value is (102,10,51). Sum of RGB (Red+Green+Blue) = 102+10+51=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #660A33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A33 is #99F5CC. Grayscale: #2A2A2A. Windows color (decimal): -10089933 or 3344998. OLE color: 3344998.
HSL color Cylindrical-coordinate representation of color #660A33: hue angle of 333.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 #660A33 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 51 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.6 |
| HSL | 333.26º | 0.82% | 0.22% | - |
| HSV(B) | 333.26º | 0.9% | 0.4% | - |
| XYZ | 6.19 | 3.28 | 3.44 | - |
| YUV | 42.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 51 | 0 | 0.90 | 0.5 | 0.6 | 333.26 | 0.82 | 0.22 |
| Hex | 66 | A | 33 | 0 | 5A | 32 | 3C | 14D | 52 | 16 |
| Octal | 146 | 12 | 63 | 0 | 132 | 62 | 74 | 515 | 122 | 26 |
| Binary | 1100110 | 1010 | 110011 | 0 | 1011010 | 110010 | 111100 | 101001101 | 1010010 | 10110 |
Color Harmonies of #660A33
Complementary color
Monochromatic Colors of #660A33
Black with #660A33
Text Example
Text Example
White with #660A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A33; }
p { color: rgb(102,10,51); }
H1.HeaderClassName
{
color: #660A33;
}
.AnyTagClassName
{
color: #660A33;
}
</style>
background-color css
<style>
a { background-color: #660A33; }
a { background-color: rgb(102,10,51); }
div.DivClassName
{
background-color: #660A33;
}
.BgClassName
{
background-color: #660A33;
}
</style>
border-color css
<style>
span { border-color: #660A33; }
span { border-color: rgb(102,10,51); }
td.TdClassName
{
border-color: #660A33;
}
.TagClassName
{
border-color: #660A33;
}
</style>