Shades of Tyrian Purple #660D33
Tints of Tyrian Purple #660D33
RGB
CMYK
RGB Variations
Color information
#660D33 (or 0x660D33) is known color: Tyrian Purple. HEX triplet: 66, 0D and 33. RGB value is (102,13,51). Sum of RGB (Red+Green+Blue) = 102+13+51=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #660D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D33 is #99F2CC. Grayscale: #2B2B2B. Windows color (decimal): -10089165 or 3345766. OLE color: 3345766.
HSL color Cylindrical-coordinate representation of color #660D33: hue angle of 334.38º 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 #660D33 is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 51 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.6 |
| HSL | 334.38º | 0.77% | 0.23% | - |
| HSV(B) | 334.38º | 0.87% | 0.4% | - |
| XYZ | 6.22 | 3.35 | 3.45 | - |
| YUV | 43.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 51 | 0 | 0.87 | 0.5 | 0.6 | 334.38 | 0.77 | 0.23 |
| Hex | 66 | D | 33 | 0 | 57 | 32 | 3C | 14E | 4D | 17 |
| Octal | 146 | 15 | 63 | 0 | 127 | 62 | 74 | 516 | 115 | 27 |
| Binary | 1100110 | 1101 | 110011 | 0 | 1010111 | 110010 | 111100 | 101001110 | 1001101 | 10111 |
Color Harmonies of #660D33
Complementary color
Monochromatic Colors of #660D33
Black with #660D33
Text Example
Text Example
White with #660D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D33; }
p { color: rgb(102,13,51); }
H1.HeaderClassName
{
color: #660D33;
}
.AnyTagClassName
{
color: #660D33;
}
</style>
background-color css
<style>
a { background-color: #660D33; }
a { background-color: rgb(102,13,51); }
div.DivClassName
{
background-color: #660D33;
}
.BgClassName
{
background-color: #660D33;
}
</style>
border-color css
<style>
span { border-color: #660D33; }
span { border-color: rgb(102,13,51); }
td.TdClassName
{
border-color: #660D33;
}
.TagClassName
{
border-color: #660D33;
}
</style>