Shades of Tyrian Purple #5F0352
Tints of Tyrian Purple #5F0352
RGB
CMYK
RGB Variations
Color information
#5F0352 (or 0x5F0352) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 52. RGB value is (95,3,82). Sum of RGB (Red+Green+Blue) = 95+3+82=180 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.78% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0352 is #A0FCAD. Grayscale: #272727. Windows color (decimal): -10550446 or 5374815. OLE color: 5374815.
HSL color Cylindrical-coordinate representation of color #5F0352: hue angle of 308.48º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0352 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 82 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.63 |
| HSL | 308.48º | 0.94% | 0.19% | - |
| HSV(B) | 308.48º | 0.97% | 0.37% | - |
| XYZ | 6.27 | 3.11 | 8.25 | - |
| YUV | 39.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 82 | 0 | 0.97 | 0.14 | 0.63 | 308.48 | 0.94 | 0.19 |
| Hex | 5F | 3 | 52 | 0 | 61 | E | 3F | 134 | 5E | 13 |
| Octal | 137 | 3 | 122 | 0 | 141 | 16 | 77 | 464 | 136 | 23 |
| Binary | 1011111 | 11 | 1010010 | 0 | 1100001 | 1110 | 111111 | 100110100 | 1011110 | 10011 |
Color Harmonies of #5F0352
Complementary color
Monochromatic Colors of #5F0352
Black with #5F0352
Text Example
Text Example
White with #5F0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0352; }
p { color: rgb(95,3,82); }
H1.HeaderClassName
{
color: #5F0352;
}
.AnyTagClassName
{
color: #5F0352;
}
</style>
background-color css
<style>
a { background-color: #5F0352; }
a { background-color: rgb(95,3,82); }
div.DivClassName
{
background-color: #5F0352;
}
.BgClassName
{
background-color: #5F0352;
}
</style>
border-color css
<style>
span { border-color: #5F0352; }
span { border-color: rgb(95,3,82); }
td.TdClassName
{
border-color: #5F0352;
}
.TagClassName
{
border-color: #5F0352;
}
</style>