Shades of Tyrian Purple #660C2D
Tints of Tyrian Purple #660C2D
RGB
CMYK
RGB Variations
Color information
#660C2D (or 0x660C2D) is known color: Tyrian Purple. HEX triplet: 66, 0C and 2D. RGB value is (102,12,45). Sum of RGB (Red+Green+Blue) = 102+12+45=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #660C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660C2D is #99F3D2. Grayscale: #2A2A2A. Windows color (decimal): -10089427 or 2952294. OLE color: 2952294.
HSL color Cylindrical-coordinate representation of color #660C2D: hue angle of 338º 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 #660C2D is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 12 | 45 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.6 |
| HSL | 338º | 0.79% | 0.22% | - |
| HSV(B) | 338º | 0.88% | 0.4% | - |
| XYZ | 6.08 | 3.28 | 2.79 | - |
| YUV | 42.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 45 | 0 | 0.88 | 0.56 | 0.6 | 338 | 0.79 | 0.22 |
| Hex | 66 | C | 2D | 0 | 58 | 38 | 3C | 152 | 4F | 16 |
| Octal | 146 | 14 | 55 | 0 | 130 | 70 | 74 | 522 | 117 | 26 |
| Binary | 1100110 | 1100 | 101101 | 0 | 1011000 | 111000 | 111100 | 101010010 | 1001111 | 10110 |
Color Harmonies of #660C2D
Complementary color
Monochromatic Colors of #660C2D
Black with #660C2D
Text Example
Text Example
White with #660C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C2D; }
p { color: rgb(102,12,45); }
H1.HeaderClassName
{
color: #660C2D;
}
.AnyTagClassName
{
color: #660C2D;
}
</style>
background-color css
<style>
a { background-color: #660C2D; }
a { background-color: rgb(102,12,45); }
div.DivClassName
{
background-color: #660C2D;
}
.BgClassName
{
background-color: #660C2D;
}
</style>
border-color css
<style>
span { border-color: #660C2D; }
span { border-color: rgb(102,12,45); }
td.TdClassName
{
border-color: #660C2D;
}
.TagClassName
{
border-color: #660C2D;
}
</style>