Shades of Tyrian Purple #660F32
Tints of Tyrian Purple #660F32
RGB
CMYK
RGB Variations
Color information
#660F32 (or 0x660F32) is known color: Tyrian Purple. HEX triplet: 66, 0F and 32. RGB value is (102,15,50). Sum of RGB (Red+Green+Blue) = 102+15+50=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #660F32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F32 is #99F0CD. Grayscale: #2C2C2C. Windows color (decimal): -10088654 or 3280742. OLE color: 3280742.
HSL color Cylindrical-coordinate representation of color #660F32: hue angle of 335.86º 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 #660F32 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 50 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.6 |
| HSL | 335.86º | 0.74% | 0.23% | - |
| HSV(B) | 335.86º | 0.85% | 0.4% | - |
| XYZ | 6.23 | 3.4 | 3.35 | - |
| YUV | 45 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 50 | 0 | 0.85 | 0.51 | 0.6 | 335.86 | 0.74 | 0.23 |
| Hex | 66 | F | 32 | 0 | 55 | 33 | 3C | 150 | 4A | 17 |
| Octal | 146 | 17 | 62 | 0 | 125 | 63 | 74 | 520 | 112 | 27 |
| Binary | 1100110 | 1111 | 110010 | 0 | 1010101 | 110011 | 111100 | 101010000 | 1001010 | 10111 |
Color Harmonies of #660F32
Complementary color
Monochromatic Colors of #660F32
Black with #660F32
Text Example
Text Example
White with #660F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F32; }
p { color: rgb(102,15,50); }
H1.HeaderClassName
{
color: #660F32;
}
.AnyTagClassName
{
color: #660F32;
}
</style>
background-color css
<style>
a { background-color: #660F32; }
a { background-color: rgb(102,15,50); }
div.DivClassName
{
background-color: #660F32;
}
.BgClassName
{
background-color: #660F32;
}
</style>
border-color css
<style>
span { border-color: #660F32; }
span { border-color: rgb(102,15,50); }
td.TdClassName
{
border-color: #660F32;
}
.TagClassName
{
border-color: #660F32;
}
</style>