Shades of Tyrian Purple #660F31
Tints of Tyrian Purple #660F31
RGB
CMYK
RGB Variations
Color information
#660F31 (or 0x660F31) is known color: Tyrian Purple. HEX triplet: 66, 0F and 31. RGB value is (102,15,49). Sum of RGB (Red+Green+Blue) = 102+15+49=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #660F31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F31 is #99F0CE. Grayscale: #2C2C2C. Windows color (decimal): -10088655 or 3215206. OLE color: 3215206.
HSL color Cylindrical-coordinate representation of color #660F31: hue angle of 336.55º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F31 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 49 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.6 |
| HSL | 336.55º | 0.74% | 0.23% | - |
| HSV(B) | 336.55º | 0.85% | 0.4% | - |
| XYZ | 6.2 | 3.39 | 3.23 | - |
| YUV | 44.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 49 | 0 | 0.85 | 0.52 | 0.6 | 336.55 | 0.74 | 0.23 |
| Hex | 66 | F | 31 | 0 | 55 | 34 | 3C | 151 | 4A | 17 |
| Octal | 146 | 17 | 61 | 0 | 125 | 64 | 74 | 521 | 112 | 27 |
| Binary | 1100110 | 1111 | 110001 | 0 | 1010101 | 110100 | 111100 | 101010001 | 1001010 | 10111 |
Color Harmonies of #660F31
Complementary color
Monochromatic Colors of #660F31
Black with #660F31
Text Example
Text Example
White with #660F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F31; }
p { color: rgb(102,15,49); }
H1.HeaderClassName
{
color: #660F31;
}
.AnyTagClassName
{
color: #660F31;
}
</style>
background-color css
<style>
a { background-color: #660F31; }
a { background-color: rgb(102,15,49); }
div.DivClassName
{
background-color: #660F31;
}
.BgClassName
{
background-color: #660F31;
}
</style>
border-color css
<style>
span { border-color: #660F31; }
span { border-color: rgb(102,15,49); }
td.TdClassName
{
border-color: #660F31;
}
.TagClassName
{
border-color: #660F31;
}
</style>