Shades of Tyrian Purple #660A31
Tints of Tyrian Purple #660A31
RGB
CMYK
RGB Variations
Color information
#660A31 (or 0x660A31) is known color: Tyrian Purple. HEX triplet: 66, 0A and 31. RGB value is (102,10,49). Sum of RGB (Red+Green+Blue) = 102+10+49=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #660A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A31 is #99F5CE. Grayscale: #292929. Windows color (decimal): -10089935 or 3213926. OLE color: 3213926.
HSL color Cylindrical-coordinate representation of color #660A31: hue angle of 334.57º 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 #660A31 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 49 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.6 |
| HSL | 334.57º | 0.82% | 0.22% | - |
| HSV(B) | 334.57º | 0.9% | 0.4% | - |
| XYZ | 6.14 | 3.26 | 3.21 | - |
| YUV | 41.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 49 | 0 | 0.90 | 0.52 | 0.6 | 334.57 | 0.82 | 0.22 |
| Hex | 66 | A | 31 | 0 | 5A | 34 | 3C | 14F | 52 | 16 |
| Octal | 146 | 12 | 61 | 0 | 132 | 64 | 74 | 517 | 122 | 26 |
| Binary | 1100110 | 1010 | 110001 | 0 | 1011010 | 110100 | 111100 | 101001111 | 1010010 | 10110 |
Color Harmonies of #660A31
Complementary color
Monochromatic Colors of #660A31
Black with #660A31
Text Example
Text Example
White with #660A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A31; }
p { color: rgb(102,10,49); }
H1.HeaderClassName
{
color: #660A31;
}
.AnyTagClassName
{
color: #660A31;
}
</style>
background-color css
<style>
a { background-color: #660A31; }
a { background-color: rgb(102,10,49); }
div.DivClassName
{
background-color: #660A31;
}
.BgClassName
{
background-color: #660A31;
}
</style>
border-color css
<style>
span { border-color: #660A31; }
span { border-color: rgb(102,10,49); }
td.TdClassName
{
border-color: #660A31;
}
.TagClassName
{
border-color: #660A31;
}
</style>