Shades of Tyrian Purple #64053F
Tints of Tyrian Purple #64053F
RGB
CMYK
RGB Variations
Color information
#64053F (or 0x64053F) is known color: Tyrian Purple. HEX triplet: 64, 05 and 3F. RGB value is (100,5,63). Sum of RGB (Red+Green+Blue) = 100+5+63=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #64053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64053F is #9BFAC0. Grayscale: #272727. Windows color (decimal): -10222273 or 4130148. OLE color: 4130148.
HSL color Cylindrical-coordinate representation of color #64053F: hue angle of 323.37º 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 #64053F is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 5 | 63 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.61 |
| HSL | 323.37º | 0.9% | 0.21% | - |
| HSV(B) | 323.37º | 0.95% | 0.39% | - |
| XYZ | 6.21 | 3.18 | 4.99 | - |
| YUV | 40.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 63 | 0 | 0.95 | 0.37 | 0.61 | 323.37 | 0.9 | 0.21 |
| Hex | 64 | 5 | 3F | 0 | 5F | 25 | 3D | 143 | 5A | 15 |
| Octal | 144 | 5 | 77 | 0 | 137 | 45 | 75 | 503 | 132 | 25 |
| Binary | 1100100 | 101 | 111111 | 0 | 1011111 | 100101 | 111101 | 101000011 | 1011010 | 10101 |
Color Harmonies of #64053F
Complementary color
Monochromatic Colors of #64053F
Black with #64053F
Text Example
Text Example
White with #64053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64053F; }
p { color: rgb(100,5,63); }
H1.HeaderClassName
{
color: #64053F;
}
.AnyTagClassName
{
color: #64053F;
}
</style>
background-color css
<style>
a { background-color: #64053F; }
a { background-color: rgb(100,5,63); }
div.DivClassName
{
background-color: #64053F;
}
.BgClassName
{
background-color: #64053F;
}
</style>
border-color css
<style>
span { border-color: #64053F; }
span { border-color: rgb(100,5,63); }
td.TdClassName
{
border-color: #64053F;
}
.TagClassName
{
border-color: #64053F;
}
</style>