Shades of Tyrian Purple #5B062A
Tints of Tyrian Purple #5B062A
RGB
CMYK
RGB Variations
Color information
#5B062A (or 0x5B062A) is known color: Tyrian Purple. HEX triplet: 5B, 06 and 2A. RGB value is (91,6,42). Sum of RGB (Red+Green+Blue) = 91+6+42=139 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.47% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 91 - color contains mainly: red. Hex color #5B062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B062A is #A4F9D5. Grayscale: #232323. Windows color (decimal): -10811862 or 2754139. OLE color: 2754139.
HSL color Cylindrical-coordinate representation of color #5B062A: hue angle of 334.59º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B062A is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 6 | 42 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.64 |
| HSL | 334.59º | 0.88% | 0.19% | - |
| HSV(B) | 334.59º | 0.93% | 0.36% | - |
| XYZ | 4.8 | 2.52 | 2.42 | - |
| YUV | 35.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 42 | 0 | 0.93 | 0.54 | 0.64 | 334.59 | 0.88 | 0.19 |
| Hex | 5B | 6 | 2A | 0 | 5D | 36 | 40 | 14F | 58 | 13 |
| Octal | 133 | 6 | 52 | 0 | 135 | 66 | 100 | 517 | 130 | 23 |
| Binary | 1011011 | 110 | 101010 | 0 | 1011101 | 110110 | 1000000 | 101001111 | 1011000 | 10011 |
Color Harmonies of #5B062A
Complementary color
Monochromatic Colors of #5B062A
Black with #5B062A
Text Example
Text Example
White with #5B062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B062A; }
p { color: rgb(91,6,42); }
H1.HeaderClassName
{
color: #5B062A;
}
.AnyTagClassName
{
color: #5B062A;
}
</style>
background-color css
<style>
a { background-color: #5B062A; }
a { background-color: rgb(91,6,42); }
div.DivClassName
{
background-color: #5B062A;
}
.BgClassName
{
background-color: #5B062A;
}
</style>
border-color css
<style>
span { border-color: #5B062A; }
span { border-color: rgb(91,6,42); }
td.TdClassName
{
border-color: #5B062A;
}
.TagClassName
{
border-color: #5B062A;
}
</style>