Shades of Tyrian Purple #66052B
Tints of Tyrian Purple #66052B
RGB
CMYK
RGB Variations
Color information
#66052B (or 0x66052B) is known color: Tyrian Purple. HEX triplet: 66, 05 and 2B. RGB value is (102,5,43). Sum of RGB (Red+Green+Blue) = 102+5+43=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #66052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66052B is #99FAD4. Grayscale: #262626. Windows color (decimal): -10091221 or 2819430. OLE color: 2819430.
HSL color Cylindrical-coordinate representation of color #66052B: hue angle of 336.49º 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 #66052B is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 43 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.6 |
| HSL | 336.49º | 0.91% | 0.21% | - |
| HSV(B) | 336.49º | 0.95% | 0.4% | - |
| XYZ | 5.97 | 3.11 | 2.57 | - |
| YUV | 38.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 43 | 0 | 0.95 | 0.58 | 0.6 | 336.49 | 0.91 | 0.21 |
| Hex | 66 | 5 | 2B | 0 | 5F | 3A | 3C | 150 | 5B | 15 |
| Octal | 146 | 5 | 53 | 0 | 137 | 72 | 74 | 520 | 133 | 25 |
| Binary | 1100110 | 101 | 101011 | 0 | 1011111 | 111010 | 111100 | 101010000 | 1011011 | 10101 |
Color Harmonies of #66052B
Complementary color
Monochromatic Colors of #66052B
Black with #66052B
Text Example
Text Example
White with #66052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66052B; }
p { color: rgb(102,5,43); }
H1.HeaderClassName
{
color: #66052B;
}
.AnyTagClassName
{
color: #66052B;
}
</style>
background-color css
<style>
a { background-color: #66052B; }
a { background-color: rgb(102,5,43); }
div.DivClassName
{
background-color: #66052B;
}
.BgClassName
{
background-color: #66052B;
}
</style>
border-color css
<style>
span { border-color: #66052B; }
span { border-color: rgb(102,5,43); }
td.TdClassName
{
border-color: #66052B;
}
.TagClassName
{
border-color: #66052B;
}
</style>