Shades of Tyrian Purple #64063D
Tints of Tyrian Purple #64063D
RGB
CMYK
RGB Variations
Color information
#64063D (or 0x64063D) is known color: Tyrian Purple. HEX triplet: 64, 06 and 3D. RGB value is (100,6,61). Sum of RGB (Red+Green+Blue) = 100+6+61=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64063D is #9BF9C2. Grayscale: #282828. Windows color (decimal): -10222019 or 3999332. OLE color: 3999332.
HSL color Cylindrical-coordinate representation of color #64063D: hue angle of 324.89º 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 #64063D is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 61 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.61 |
| HSL | 324.89º | 0.89% | 0.21% | - |
| HSV(B) | 324.89º | 0.94% | 0.39% | - |
| XYZ | 6.16 | 3.18 | 4.7 | - |
| YUV | 40.38 | 139.64 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 61 | 0 | 0.94 | 0.39 | 0.61 | 324.89 | 0.89 | 0.21 |
| Hex | 64 | 6 | 3D | 0 | 5E | 27 | 3D | 145 | 59 | 15 |
| Octal | 144 | 6 | 75 | 0 | 136 | 47 | 75 | 505 | 131 | 25 |
| Binary | 1100100 | 110 | 111101 | 0 | 1011110 | 100111 | 111101 | 101000101 | 1011001 | 10101 |
Color Harmonies of #64063D
Complementary color
Monochromatic Colors of #64063D
Black with #64063D
Text Example
Text Example
White with #64063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64063D; }
p { color: rgb(100,6,61); }
H1.HeaderClassName
{
color: #64063D;
}
.AnyTagClassName
{
color: #64063D;
}
</style>
background-color css
<style>
a { background-color: #64063D; }
a { background-color: rgb(100,6,61); }
div.DivClassName
{
background-color: #64063D;
}
.BgClassName
{
background-color: #64063D;
}
</style>
border-color css
<style>
span { border-color: #64063D; }
span { border-color: rgb(100,6,61); }
td.TdClassName
{
border-color: #64063D;
}
.TagClassName
{
border-color: #64063D;
}
</style>