Shades of Tyrian Purple #64032F
Tints of Tyrian Purple #64032F
RGB
CMYK
RGB Variations
Color information
#64032F (or 0x64032F) is known color: Tyrian Purple. HEX triplet: 64, 03 and 2F. RGB value is (100,3,47). Sum of RGB (Red+Green+Blue) = 100+3+47=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #64032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64032F is #9BFCD0. Grayscale: #242424. Windows color (decimal): -10222801 or 3081060. OLE color: 3081060.
HSL color Cylindrical-coordinate representation of color #64032F: hue angle of 332.78º 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 #64032F is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 47 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.61 |
| HSL | 332.78º | 0.94% | 0.2% | - |
| HSV(B) | 332.78º | 0.97% | 0.39% | - |
| XYZ | 5.8 | 2.98 | 2.96 | - |
| YUV | 37.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 47 | 0 | 0.97 | 0.53 | 0.61 | 332.78 | 0.94 | 0.2 |
| Hex | 64 | 3 | 2F | 0 | 61 | 35 | 3D | 14D | 5E | 14 |
| Octal | 144 | 3 | 57 | 0 | 141 | 65 | 75 | 515 | 136 | 24 |
| Binary | 1100100 | 11 | 101111 | 0 | 1100001 | 110101 | 111101 | 101001101 | 1011110 | 10100 |
Color Harmonies of #64032F
Complementary color
Monochromatic Colors of #64032F
Black with #64032F
Text Example
Text Example
White with #64032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64032F; }
p { color: rgb(100,3,47); }
H1.HeaderClassName
{
color: #64032F;
}
.AnyTagClassName
{
color: #64032F;
}
</style>
background-color css
<style>
a { background-color: #64032F; }
a { background-color: rgb(100,3,47); }
div.DivClassName
{
background-color: #64032F;
}
.BgClassName
{
background-color: #64032F;
}
</style>
border-color css
<style>
span { border-color: #64032F; }
span { border-color: rgb(100,3,47); }
td.TdClassName
{
border-color: #64032F;
}
.TagClassName
{
border-color: #64032F;
}
</style>