Shades of Tyrian Purple #5A022F
Tints of Tyrian Purple #5A022F
RGB
CMYK
RGB Variations
Color information
#5A022F (or 0x5A022F) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 2F. RGB value is (90,2,47). Sum of RGB (Red+Green+Blue) = 90+2+47=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A022F is #A5FDD0. Grayscale: #212121. Windows color (decimal): -10878417 or 3080794. OLE color: 3080794.
HSL color Cylindrical-coordinate representation of color #5A022F: hue angle of 329.32º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A022F is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.65 |
| HSL | 329.32º | 0.96% | 0.18% | - |
| HSV(B) | 329.32º | 0.98% | 0.35% | - |
| XYZ | 4.75 | 2.42 | 2.91 | - |
| YUV | 33.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 47 | 0 | 0.98 | 0.48 | 0.65 | 329.32 | 0.96 | 0.18 |
| Hex | 5A | 2 | 2F | 0 | 62 | 30 | 41 | 149 | 60 | 12 |
| Octal | 132 | 2 | 57 | 0 | 142 | 60 | 101 | 511 | 140 | 22 |
| Binary | 1011010 | 10 | 101111 | 0 | 1100010 | 110000 | 1000001 | 101001001 | 1100000 | 10010 |
Color Harmonies of #5A022F
Complementary color
Monochromatic Colors of #5A022F
Black with #5A022F
Text Example
Text Example
White with #5A022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A022F; }
p { color: rgb(90,2,47); }
H1.HeaderClassName
{
color: #5A022F;
}
.AnyTagClassName
{
color: #5A022F;
}
</style>
background-color css
<style>
a { background-color: #5A022F; }
a { background-color: rgb(90,2,47); }
div.DivClassName
{
background-color: #5A022F;
}
.BgClassName
{
background-color: #5A022F;
}
</style>
border-color css
<style>
span { border-color: #5A022F; }
span { border-color: rgb(90,2,47); }
td.TdClassName
{
border-color: #5A022F;
}
.TagClassName
{
border-color: #5A022F;
}
</style>