Shades of Tyrian Purple #64062F
Tints of Tyrian Purple #64062F
RGB
CMYK
RGB Variations
Color information
#64062F (or 0x64062F) is known color: Tyrian Purple. HEX triplet: 64, 06 and 2F. RGB value is (100,6,47). Sum of RGB (Red+Green+Blue) = 100+6+47=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #64062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64062F is #9BF9D0. Grayscale: #262626. Windows color (decimal): -10222033 or 3081828. OLE color: 3081828.
HSL color Cylindrical-coordinate representation of color #64062F: hue angle of 333.83º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64062F is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 47 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.61 |
| HSL | 333.83º | 0.89% | 0.21% | - |
| HSV(B) | 333.83º | 0.94% | 0.39% | - |
| XYZ | 5.83 | 3.04 | 2.97 | - |
| YUV | 38.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 47 | 0 | 0.94 | 0.53 | 0.61 | 333.83 | 0.89 | 0.21 |
| Hex | 64 | 6 | 2F | 0 | 5E | 35 | 3D | 14E | 59 | 15 |
| Octal | 144 | 6 | 57 | 0 | 136 | 65 | 75 | 516 | 131 | 25 |
| Binary | 1100100 | 110 | 101111 | 0 | 1011110 | 110101 | 111101 | 101001110 | 1011001 | 10101 |
Color Harmonies of #64062F
Complementary color
Monochromatic Colors of #64062F
Black with #64062F
Text Example
Text Example
White with #64062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64062F; }
p { color: rgb(100,6,47); }
H1.HeaderClassName
{
color: #64062F;
}
.AnyTagClassName
{
color: #64062F;
}
</style>
background-color css
<style>
a { background-color: #64062F; }
a { background-color: rgb(100,6,47); }
div.DivClassName
{
background-color: #64062F;
}
.BgClassName
{
background-color: #64062F;
}
</style>
border-color css
<style>
span { border-color: #64062F; }
span { border-color: rgb(100,6,47); }
td.TdClassName
{
border-color: #64062F;
}
.TagClassName
{
border-color: #64062F;
}
</style>