Shades of Tyrian Purple #66053C
Tints of Tyrian Purple #66053C
RGB
CMYK
RGB Variations
Color information
#66053C (or 0x66053C) is known color: Tyrian Purple. HEX triplet: 66, 05 and 3C. RGB value is (102,5,60). Sum of RGB (Red+Green+Blue) = 102+5+60=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66053C is #99FAC3. Grayscale: #282828. Windows color (decimal): -10091204 or 3933542. OLE color: 3933542.
HSL color Cylindrical-coordinate representation of color #66053C: hue angle of 325.98º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66053C is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 60 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.6 |
| HSL | 325.98º | 0.91% | 0.21% | - |
| HSV(B) | 325.98º | 0.95% | 0.4% | - |
| XYZ | 6.35 | 3.26 | 4.57 | - |
| YUV | 40.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 60 | 0 | 0.95 | 0.41 | 0.6 | 325.98 | 0.91 | 0.21 |
| Hex | 66 | 5 | 3C | 0 | 5F | 29 | 3C | 146 | 5B | 15 |
| Octal | 146 | 5 | 74 | 0 | 137 | 51 | 74 | 506 | 133 | 25 |
| Binary | 1100110 | 101 | 111100 | 0 | 1011111 | 101001 | 111100 | 101000110 | 1011011 | 10101 |
Color Harmonies of #66053C
Complementary color
Monochromatic Colors of #66053C
Black with #66053C
Text Example
Text Example
White with #66053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66053C; }
p { color: rgb(102,5,60); }
H1.HeaderClassName
{
color: #66053C;
}
.AnyTagClassName
{
color: #66053C;
}
</style>
background-color css
<style>
a { background-color: #66053C; }
a { background-color: rgb(102,5,60); }
div.DivClassName
{
background-color: #66053C;
}
.BgClassName
{
background-color: #66053C;
}
</style>
border-color css
<style>
span { border-color: #66053C; }
span { border-color: rgb(102,5,60); }
td.TdClassName
{
border-color: #66053C;
}
.TagClassName
{
border-color: #66053C;
}
</style>