Shades of Tyrian Purple #64082B
Tints of Tyrian Purple #64082B
RGB
CMYK
RGB Variations
Color information
#64082B (or 0x64082B) is known color: Tyrian Purple. HEX triplet: 64, 08 and 2B. RGB value is (100,8,43). Sum of RGB (Red+Green+Blue) = 100+8+43=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #64082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64082B is #9BF7D4. Grayscale: #272727. Windows color (decimal): -10221525 or 2820196. OLE color: 2820196.
HSL color Cylindrical-coordinate representation of color #64082B: hue angle of 337.17º 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 #64082B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 8 | 43 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.61 |
| HSL | 337.17º | 0.85% | 0.21% | - |
| HSV(B) | 337.17º | 0.92% | 0.39% | - |
| XYZ | 5.78 | 3.06 | 2.57 | - |
| YUV | 39.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 43 | 0 | 0.92 | 0.57 | 0.61 | 337.17 | 0.85 | 0.21 |
| Hex | 64 | 8 | 2B | 0 | 5C | 39 | 3D | 151 | 55 | 15 |
| Octal | 144 | 10 | 53 | 0 | 134 | 71 | 75 | 521 | 125 | 25 |
| Binary | 1100100 | 1000 | 101011 | 0 | 1011100 | 111001 | 111101 | 101010001 | 1010101 | 10101 |
Color Harmonies of #64082B
Complementary color
Monochromatic Colors of #64082B
Black with #64082B
Text Example
Text Example
White with #64082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64082B; }
p { color: rgb(100,8,43); }
H1.HeaderClassName
{
color: #64082B;
}
.AnyTagClassName
{
color: #64082B;
}
</style>
background-color css
<style>
a { background-color: #64082B; }
a { background-color: rgb(100,8,43); }
div.DivClassName
{
background-color: #64082B;
}
.BgClassName
{
background-color: #64082B;
}
</style>
border-color css
<style>
span { border-color: #64082B; }
span { border-color: rgb(100,8,43); }
td.TdClassName
{
border-color: #64082B;
}
.TagClassName
{
border-color: #64082B;
}
</style>