Shades of Hot Purple #58135E
Tints of Hot Purple #58135E
RGB
CMYK
RGB Variations
Color information
#58135E (or 0x58135E) is known color: Hot Purple. HEX triplet: 58, 13 and 5E. RGB value is (88,19,94). Sum of RGB (Red+Green+Blue) = 88+19+94=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #58135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58135E is #A7ECA1. Grayscale: #2F2F2F. Windows color (decimal): -11005090 or 6165336. OLE color: 6165336.
HSL color Cylindrical-coordinate representation of color #58135E: hue angle of 295.2º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58135E is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 19 | 94 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.63 |
| HSL | 295.2º | 0.66% | 0.22% | - |
| HSV(B) | 295.2º | 0.8% | 0.37% | - |
| XYZ | 6.28 | 3.35 | 10.91 | - |
| YUV | 48.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 94 | 0.06 | 0.80 | 0 | 0.63 | 295.2 | 0.66 | 0.22 |
| Hex | 58 | 13 | 5E | 6 | 50 | 0 | 3F | 127 | 42 | 16 |
| Octal | 130 | 23 | 136 | 6 | 120 | 0 | 77 | 447 | 102 | 26 |
| Binary | 1011000 | 10011 | 1011110 | 110 | 1010000 | 0 | 111111 | 100100111 | 1000010 | 10110 |
Color Harmonies of #58135E
Complementary color
Monochromatic Colors of #58135E
Black with #58135E
Text Example
Text Example
White with #58135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58135E; }
p { color: rgb(88,19,94); }
H1.HeaderClassName
{
color: #58135E;
}
.AnyTagClassName
{
color: #58135E;
}
</style>
background-color css
<style>
a { background-color: #58135E; }
a { background-color: rgb(88,19,94); }
div.DivClassName
{
background-color: #58135E;
}
.BgClassName
{
background-color: #58135E;
}
</style>
border-color css
<style>
span { border-color: #58135E; }
span { border-color: rgb(88,19,94); }
td.TdClassName
{
border-color: #58135E;
}
.TagClassName
{
border-color: #58135E;
}
</style>