Shades of Tyrian Purple #64052B
Tints of Tyrian Purple #64052B
RGB
CMYK
RGB Variations
Color information
#64052B (or 0x64052B) is known color: Tyrian Purple. HEX triplet: 64, 05 and 2B. RGB value is (100,5,43). Sum of RGB (Red+Green+Blue) = 100+5+43=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #64052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64052B is #9BFAD4. Grayscale: #252525. Windows color (decimal): -10222293 or 2819428. OLE color: 2819428.
HSL color Cylindrical-coordinate representation of color #64052B: hue angle of 336º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64052B is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 5 | 43 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.61 |
| HSL | 336º | 0.9% | 0.21% | - |
| HSV(B) | 336º | 0.95% | 0.39% | - |
| XYZ | 5.75 | 2.99 | 2.56 | - |
| YUV | 37.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 43 | 0 | 0.95 | 0.57 | 0.61 | 336 | 0.9 | 0.21 |
| Hex | 64 | 5 | 2B | 0 | 5F | 39 | 3D | 150 | 5A | 15 |
| Octal | 144 | 5 | 53 | 0 | 137 | 71 | 75 | 520 | 132 | 25 |
| Binary | 1100100 | 101 | 101011 | 0 | 1011111 | 111001 | 111101 | 101010000 | 1011010 | 10101 |
Color Harmonies of #64052B
Complementary color
Monochromatic Colors of #64052B
Black with #64052B
Text Example
Text Example
White with #64052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64052B; }
p { color: rgb(100,5,43); }
H1.HeaderClassName
{
color: #64052B;
}
.AnyTagClassName
{
color: #64052B;
}
</style>
background-color css
<style>
a { background-color: #64052B; }
a { background-color: rgb(100,5,43); }
div.DivClassName
{
background-color: #64052B;
}
.BgClassName
{
background-color: #64052B;
}
</style>
border-color css
<style>
span { border-color: #64052B; }
span { border-color: rgb(100,5,43); }
td.TdClassName
{
border-color: #64052B;
}
.TagClassName
{
border-color: #64052B;
}
</style>