Shades of Hot Purple #58135D
Tints of Hot Purple #58135D
RGB
CMYK
RGB Variations
Color information
#58135D (or 0x58135D) is known color: Hot Purple. HEX triplet: 58, 13 and 5D. RGB value is (88,19,93). Sum of RGB (Red+Green+Blue) = 88+19+93=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #58135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58135D is #A7ECA2. Grayscale: #2F2F2F. Windows color (decimal): -11005091 or 6099800. OLE color: 6099800.
HSL color Cylindrical-coordinate representation of color #58135D: hue angle of 295.95º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58135D is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 19 | 93 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.64 |
| HSL | 295.95º | 0.66% | 0.22% | - |
| HSV(B) | 295.95º | 0.8% | 0.36% | - |
| XYZ | 6.23 | 3.33 | 10.67 | - |
| YUV | 48.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 93 | 0.05 | 0.80 | 0 | 0.64 | 295.95 | 0.66 | 0.22 |
| Hex | 58 | 13 | 5D | 5 | 50 | 0 | 40 | 128 | 42 | 16 |
| Octal | 130 | 23 | 135 | 5 | 120 | 0 | 100 | 450 | 102 | 26 |
| Binary | 1011000 | 10011 | 1011101 | 101 | 1010000 | 0 | 1000000 | 100101000 | 1000010 | 10110 |
Color Harmonies of #58135D
Complementary color
Monochromatic Colors of #58135D
Black with #58135D
Text Example
Text Example
White with #58135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58135D; }
p { color: rgb(88,19,93); }
H1.HeaderClassName
{
color: #58135D;
}
.AnyTagClassName
{
color: #58135D;
}
</style>
background-color css
<style>
a { background-color: #58135D; }
a { background-color: rgb(88,19,93); }
div.DivClassName
{
background-color: #58135D;
}
.BgClassName
{
background-color: #58135D;
}
</style>
border-color css
<style>
span { border-color: #58135D; }
span { border-color: rgb(88,19,93); }
td.TdClassName
{
border-color: #58135D;
}
.TagClassName
{
border-color: #58135D;
}
</style>