Shades of Tyrian Purple #64033F
Tints of Tyrian Purple #64033F
RGB
CMYK
RGB Variations
Color information
#64033F (or 0x64033F) is known color: Tyrian Purple. HEX triplet: 64, 03 and 3F. RGB value is (100,3,63). Sum of RGB (Red+Green+Blue) = 100+3+63=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #64033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64033F is #9BFCC0. Grayscale: #262626. Windows color (decimal): -10222785 or 4129636. OLE color: 4129636.
HSL color Cylindrical-coordinate representation of color #64033F: hue angle of 322.89º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64033F is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 63 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.61 |
| HSL | 322.89º | 0.94% | 0.2% | - |
| HSV(B) | 322.89º | 0.97% | 0.39% | - |
| XYZ | 6.19 | 3.13 | 4.98 | - |
| YUV | 38.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 63 | 0 | 0.97 | 0.37 | 0.61 | 322.89 | 0.94 | 0.2 |
| Hex | 64 | 3 | 3F | 0 | 61 | 25 | 3D | 143 | 5E | 14 |
| Octal | 144 | 3 | 77 | 0 | 141 | 45 | 75 | 503 | 136 | 24 |
| Binary | 1100100 | 11 | 111111 | 0 | 1100001 | 100101 | 111101 | 101000011 | 1011110 | 10100 |
Color Harmonies of #64033F
Complementary color
Monochromatic Colors of #64033F
Black with #64033F
Text Example
Text Example
White with #64033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64033F; }
p { color: rgb(100,3,63); }
H1.HeaderClassName
{
color: #64033F;
}
.AnyTagClassName
{
color: #64033F;
}
</style>
background-color css
<style>
a { background-color: #64033F; }
a { background-color: rgb(100,3,63); }
div.DivClassName
{
background-color: #64033F;
}
.BgClassName
{
background-color: #64033F;
}
</style>
border-color css
<style>
span { border-color: #64033F; }
span { border-color: rgb(100,3,63); }
td.TdClassName
{
border-color: #64033F;
}
.TagClassName
{
border-color: #64033F;
}
</style>