Shades of Tyrian Purple #660C36
Tints of Tyrian Purple #660C36
RGB
CMYK
RGB Variations
Color information
#660C36 (or 0x660C36) is known color: Tyrian Purple. HEX triplet: 66, 0C and 36. RGB value is (102,12,54). Sum of RGB (Red+Green+Blue) = 102+12+54=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #660C36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660C36 is #99F3C9. Grayscale: #2B2B2B. Windows color (decimal): -10089418 or 3542118. OLE color: 3542118.
HSL color Cylindrical-coordinate representation of color #660C36: hue angle of 332º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C36 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 12 | 54 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.6 |
| HSL | 332º | 0.79% | 0.22% | - |
| HSV(B) | 332º | 0.88% | 0.4% | - |
| XYZ | 6.28 | 3.35 | 3.81 | - |
| YUV | 43.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 54 | 0 | 0.88 | 0.47 | 0.6 | 332 | 0.79 | 0.22 |
| Hex | 66 | C | 36 | 0 | 58 | 2F | 3C | 14C | 4F | 16 |
| Octal | 146 | 14 | 66 | 0 | 130 | 57 | 74 | 514 | 117 | 26 |
| Binary | 1100110 | 1100 | 110110 | 0 | 1011000 | 101111 | 111100 | 101001100 | 1001111 | 10110 |
Color Harmonies of #660C36
Complementary color
Monochromatic Colors of #660C36
Black with #660C36
Text Example
Text Example
White with #660C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C36; }
p { color: rgb(102,12,54); }
H1.HeaderClassName
{
color: #660C36;
}
.AnyTagClassName
{
color: #660C36;
}
</style>
background-color css
<style>
a { background-color: #660C36; }
a { background-color: rgb(102,12,54); }
div.DivClassName
{
background-color: #660C36;
}
.BgClassName
{
background-color: #660C36;
}
</style>
border-color css
<style>
span { border-color: #660C36; }
span { border-color: rgb(102,12,54); }
td.TdClassName
{
border-color: #660C36;
}
.TagClassName
{
border-color: #660C36;
}
</style>