Shades of Tyrian Purple #66053D
Tints of Tyrian Purple #66053D
RGB
CMYK
RGB Variations
Color information
#66053D (or 0x66053D) is known color: Tyrian Purple. HEX triplet: 66, 05 and 3D. RGB value is (102,5,61). Sum of RGB (Red+Green+Blue) = 102+5+61=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66053D is #99FAC2. Grayscale: #282828. Windows color (decimal): -10091203 or 3999078. OLE color: 3999078.
HSL color Cylindrical-coordinate representation of color #66053D: hue angle of 325.36º 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 #66053D is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 61 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.6 |
| HSL | 325.36º | 0.91% | 0.21% | - |
| HSV(B) | 325.36º | 0.95% | 0.4% | - |
| XYZ | 6.38 | 3.27 | 4.71 | - |
| YUV | 40.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 61 | 0 | 0.95 | 0.40 | 0.6 | 325.36 | 0.91 | 0.21 |
| Hex | 66 | 5 | 3D | 0 | 5F | 28 | 3C | 145 | 5B | 15 |
| Octal | 146 | 5 | 75 | 0 | 137 | 50 | 74 | 505 | 133 | 25 |
| Binary | 1100110 | 101 | 111101 | 0 | 1011111 | 101000 | 111100 | 101000101 | 1011011 | 10101 |
Color Harmonies of #66053D
Complementary color
Monochromatic Colors of #66053D
Black with #66053D
Text Example
Text Example
White with #66053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66053D; }
p { color: rgb(102,5,61); }
H1.HeaderClassName
{
color: #66053D;
}
.AnyTagClassName
{
color: #66053D;
}
</style>
background-color css
<style>
a { background-color: #66053D; }
a { background-color: rgb(102,5,61); }
div.DivClassName
{
background-color: #66053D;
}
.BgClassName
{
background-color: #66053D;
}
</style>
border-color css
<style>
span { border-color: #66053D; }
span { border-color: rgb(102,5,61); }
td.TdClassName
{
border-color: #66053D;
}
.TagClassName
{
border-color: #66053D;
}
</style>