Shades of Tyrian Purple #64014B
Tints of Tyrian Purple #64014B
RGB
CMYK
RGB Variations
Color information
#64014B (or 0x64014B) is known color: Tyrian Purple. HEX triplet: 64, 01 and 4B. RGB value is (100,1,75). Sum of RGB (Red+Green+Blue) = 100+1+75=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #64014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64014B is #9BFEB4. Grayscale: #262626. Windows color (decimal): -10223285 or 4915556. OLE color: 4915556.
HSL color Cylindrical-coordinate representation of color #64014B: hue angle of 315.15º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64014B is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.61 |
| HSL | 315.15º | 0.98% | 0.2% | - |
| HSV(B) | 315.15º | 0.99% | 0.39% | - |
| XYZ | 6.54 | 3.24 | 6.94 | - |
| YUV | 39.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 75 | 0 | 0.99 | 0.25 | 0.61 | 315.15 | 0.98 | 0.2 |
| Hex | 64 | 1 | 4B | 0 | 63 | 19 | 3D | 13B | 62 | 14 |
| Octal | 144 | 1 | 113 | 0 | 143 | 31 | 75 | 473 | 142 | 24 |
| Binary | 1100100 | 1 | 1001011 | 0 | 1100011 | 11001 | 111101 | 100111011 | 1100010 | 10100 |
Color Harmonies of #64014B
Complementary color
Monochromatic Colors of #64014B
Black with #64014B
Text Example
Text Example
White with #64014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64014B; }
p { color: rgb(100,1,75); }
H1.HeaderClassName
{
color: #64014B;
}
.AnyTagClassName
{
color: #64014B;
}
</style>
background-color css
<style>
a { background-color: #64014B; }
a { background-color: rgb(100,1,75); }
div.DivClassName
{
background-color: #64014B;
}
.BgClassName
{
background-color: #64014B;
}
</style>
border-color css
<style>
span { border-color: #64014B; }
span { border-color: rgb(100,1,75); }
td.TdClassName
{
border-color: #64014B;
}
.TagClassName
{
border-color: #64014B;
}
</style>