Shades of Tyrian Purple #5F0252
Tints of Tyrian Purple #5F0252
RGB
CMYK
RGB Variations
Color information
#5F0252 (or 0x5F0252) is known color: Tyrian Purple. HEX triplet: 5F, 02 and 52. RGB value is (95,2,82). Sum of RGB (Red+Green+Blue) = 95+2+82=179 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.07% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0252 is #A0FDAD. Grayscale: #262626. Windows color (decimal): -10550702 or 5374559. OLE color: 5374559.
HSL color Cylindrical-coordinate representation of color #5F0252: hue angle of 308.39º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0252 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 2 | 82 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.63 |
| HSL | 308.39º | 0.96% | 0.19% | - |
| HSV(B) | 308.39º | 0.98% | 0.37% | - |
| XYZ | 6.26 | 3.09 | 8.25 | - |
| YUV | 38.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 82 | 0 | 0.98 | 0.14 | 0.63 | 308.39 | 0.96 | 0.19 |
| Hex | 5F | 2 | 52 | 0 | 62 | E | 3F | 134 | 60 | 13 |
| Octal | 137 | 2 | 122 | 0 | 142 | 16 | 77 | 464 | 140 | 23 |
| Binary | 1011111 | 10 | 1010010 | 0 | 1100010 | 1110 | 111111 | 100110100 | 1100000 | 10011 |
Color Harmonies of #5F0252
Complementary color
Monochromatic Colors of #5F0252
Black with #5F0252
Text Example
Text Example
White with #5F0252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0252; }
p { color: rgb(95,2,82); }
H1.HeaderClassName
{
color: #5F0252;
}
.AnyTagClassName
{
color: #5F0252;
}
</style>
background-color css
<style>
a { background-color: #5F0252; }
a { background-color: rgb(95,2,82); }
div.DivClassName
{
background-color: #5F0252;
}
.BgClassName
{
background-color: #5F0252;
}
</style>
border-color css
<style>
span { border-color: #5F0252; }
span { border-color: rgb(95,2,82); }
td.TdClassName
{
border-color: #5F0252;
}
.TagClassName
{
border-color: #5F0252;
}
</style>