Shades of Tyrian Purple #660A30
Tints of Tyrian Purple #660A30
RGB
CMYK
RGB Variations
Color information
#660A30 (or 0x660A30) is known color: Tyrian Purple. HEX triplet: 66, 0A and 30. RGB value is (102,10,48). Sum of RGB (Red+Green+Blue) = 102+10+48=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #660A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A30 is #99F5CF. Grayscale: #292929. Windows color (decimal): -10089936 or 3148390. OLE color: 3148390.
HSL color Cylindrical-coordinate representation of color #660A30: hue angle of 335.22º 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 #660A30 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 48 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.6 |
| HSL | 335.22º | 0.82% | 0.22% | - |
| HSV(B) | 335.22º | 0.9% | 0.4% | - |
| XYZ | 6.12 | 3.26 | 3.1 | - |
| YUV | 41.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 48 | 0 | 0.90 | 0.53 | 0.6 | 335.22 | 0.82 | 0.22 |
| Hex | 66 | A | 30 | 0 | 5A | 35 | 3C | 14F | 52 | 16 |
| Octal | 146 | 12 | 60 | 0 | 132 | 65 | 74 | 517 | 122 | 26 |
| Binary | 1100110 | 1010 | 110000 | 0 | 1011010 | 110101 | 111100 | 101001111 | 1010010 | 10110 |
Color Harmonies of #660A30
Complementary color
Monochromatic Colors of #660A30
Black with #660A30
Text Example
Text Example
White with #660A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A30; }
p { color: rgb(102,10,48); }
H1.HeaderClassName
{
color: #660A30;
}
.AnyTagClassName
{
color: #660A30;
}
</style>
background-color css
<style>
a { background-color: #660A30; }
a { background-color: rgb(102,10,48); }
div.DivClassName
{
background-color: #660A30;
}
.BgClassName
{
background-color: #660A30;
}
</style>
border-color css
<style>
span { border-color: #660A30; }
span { border-color: rgb(102,10,48); }
td.TdClassName
{
border-color: #660A30;
}
.TagClassName
{
border-color: #660A30;
}
</style>