Shades of Tyrian Purple #64063E
Tints of Tyrian Purple #64063E
RGB
CMYK
RGB Variations
Color information
#64063E (or 0x64063E) is known color: Tyrian Purple. HEX triplet: 64, 06 and 3E. RGB value is (100,6,62). Sum of RGB (Red+Green+Blue) = 100+6+62=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #64063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64063E is #9BF9C1. Grayscale: #282828. Windows color (decimal): -10222018 or 4064868. OLE color: 4064868.
HSL color Cylindrical-coordinate representation of color #64063E: hue angle of 324.26º 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 #64063E is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 62 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.61 |
| HSL | 324.26º | 0.89% | 0.21% | - |
| HSV(B) | 324.26º | 0.94% | 0.39% | - |
| XYZ | 6.19 | 3.19 | 4.85 | - |
| YUV | 40.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 62 | 0 | 0.94 | 0.38 | 0.61 | 324.26 | 0.89 | 0.21 |
| Hex | 64 | 6 | 3E | 0 | 5E | 26 | 3D | 144 | 59 | 15 |
| Octal | 144 | 6 | 76 | 0 | 136 | 46 | 75 | 504 | 131 | 25 |
| Binary | 1100100 | 110 | 111110 | 0 | 1011110 | 100110 | 111101 | 101000100 | 1011001 | 10101 |
Color Harmonies of #64063E
Complementary color
Monochromatic Colors of #64063E
Black with #64063E
Text Example
Text Example
White with #64063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64063E; }
p { color: rgb(100,6,62); }
H1.HeaderClassName
{
color: #64063E;
}
.AnyTagClassName
{
color: #64063E;
}
</style>
background-color css
<style>
a { background-color: #64063E; }
a { background-color: rgb(100,6,62); }
div.DivClassName
{
background-color: #64063E;
}
.BgClassName
{
background-color: #64063E;
}
</style>
border-color css
<style>
span { border-color: #64063E; }
span { border-color: rgb(100,6,62); }
td.TdClassName
{
border-color: #64063E;
}
.TagClassName
{
border-color: #64063E;
}
</style>