Shades of Tyrian Purple #660D2F
Tints of Tyrian Purple #660D2F
RGB
CMYK
RGB Variations
Color information
#660D2F (or 0x660D2F) is known color: Tyrian Purple. HEX triplet: 66, 0D and 2F. RGB value is (102,13,47). Sum of RGB (Red+Green+Blue) = 102+13+47=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #660D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D2F is #99F2D0. Grayscale: #2B2B2B. Windows color (decimal): -10089169 or 3083622. OLE color: 3083622.
HSL color Cylindrical-coordinate representation of color #660D2F: hue angle of 337.08º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D2F is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 47 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.6 |
| HSL | 337.08º | 0.77% | 0.23% | - |
| HSV(B) | 337.08º | 0.87% | 0.4% | - |
| XYZ | 6.14 | 3.32 | 3.01 | - |
| YUV | 43.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 47 | 0 | 0.87 | 0.54 | 0.6 | 337.08 | 0.77 | 0.23 |
| Hex | 66 | D | 2F | 0 | 57 | 36 | 3C | 151 | 4D | 17 |
| Octal | 146 | 15 | 57 | 0 | 127 | 66 | 74 | 521 | 115 | 27 |
| Binary | 1100110 | 1101 | 101111 | 0 | 1010111 | 110110 | 111100 | 101010001 | 1001101 | 10111 |
Color Harmonies of #660D2F
Complementary color
Monochromatic Colors of #660D2F
Black with #660D2F
Text Example
Text Example
White with #660D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D2F; }
p { color: rgb(102,13,47); }
H1.HeaderClassName
{
color: #660D2F;
}
.AnyTagClassName
{
color: #660D2F;
}
</style>
background-color css
<style>
a { background-color: #660D2F; }
a { background-color: rgb(102,13,47); }
div.DivClassName
{
background-color: #660D2F;
}
.BgClassName
{
background-color: #660D2F;
}
</style>
border-color css
<style>
span { border-color: #660D2F; }
span { border-color: rgb(102,13,47); }
td.TdClassName
{
border-color: #660D2F;
}
.TagClassName
{
border-color: #660D2F;
}
</style>