Shades of Tyrian Purple #64082D
Tints of Tyrian Purple #64082D
RGB
CMYK
RGB Variations
Color information
#64082D (or 0x64082D) is known color: Tyrian Purple. HEX triplet: 64, 08 and 2D. RGB value is (100,8,45). Sum of RGB (Red+Green+Blue) = 100+8+45=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #64082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64082D is #9BF7D2. Grayscale: #272727. Windows color (decimal): -10221523 or 2951268. OLE color: 2951268.
HSL color Cylindrical-coordinate representation of color #64082D: hue angle of 335.87º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64082D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 8 | 45 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.61 |
| HSL | 335.87º | 0.85% | 0.21% | - |
| HSV(B) | 335.87º | 0.92% | 0.39% | - |
| XYZ | 5.82 | 3.07 | 2.77 | - |
| YUV | 39.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 45 | 0 | 0.92 | 0.55 | 0.61 | 335.87 | 0.85 | 0.21 |
| Hex | 64 | 8 | 2D | 0 | 5C | 37 | 3D | 150 | 55 | 15 |
| Octal | 144 | 10 | 55 | 0 | 134 | 67 | 75 | 520 | 125 | 25 |
| Binary | 1100100 | 1000 | 101101 | 0 | 1011100 | 110111 | 111101 | 101010000 | 1010101 | 10101 |
Color Harmonies of #64082D
Complementary color
Monochromatic Colors of #64082D
Black with #64082D
Text Example
Text Example
White with #64082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64082D; }
p { color: rgb(100,8,45); }
H1.HeaderClassName
{
color: #64082D;
}
.AnyTagClassName
{
color: #64082D;
}
</style>
background-color css
<style>
a { background-color: #64082D; }
a { background-color: rgb(100,8,45); }
div.DivClassName
{
background-color: #64082D;
}
.BgClassName
{
background-color: #64082D;
}
</style>
border-color css
<style>
span { border-color: #64082D; }
span { border-color: rgb(100,8,45); }
td.TdClassName
{
border-color: #64082D;
}
.TagClassName
{
border-color: #64082D;
}
</style>