Shades of Hot Purple #58145E
Tints of Hot Purple #58145E
RGB
CMYK
RGB Variations
Color information
#58145E (or 0x58145E) is known color: Hot Purple. HEX triplet: 58, 14 and 5E. RGB value is (88,20,94). Sum of RGB (Red+Green+Blue) = 88+20+94=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #58145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58145E is #A7EBA1. Grayscale: #303030. Windows color (decimal): -11004834 or 6165592. OLE color: 6165592.
HSL color Cylindrical-coordinate representation of color #58145E: hue angle of 295.14º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58145E is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 20 | 94 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.63 |
| HSL | 295.14º | 0.65% | 0.22% | - |
| HSV(B) | 295.14º | 0.79% | 0.37% | - |
| XYZ | 6.3 | 3.38 | 10.91 | - |
| YUV | 48.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 94 | 0.06 | 0.79 | 0 | 0.63 | 295.14 | 0.65 | 0.22 |
| Hex | 58 | 14 | 5E | 6 | 4F | 0 | 3F | 127 | 41 | 16 |
| Octal | 130 | 24 | 136 | 6 | 117 | 0 | 77 | 447 | 101 | 26 |
| Binary | 1011000 | 10100 | 1011110 | 110 | 1001111 | 0 | 111111 | 100100111 | 1000001 | 10110 |
Color Harmonies of #58145E
Complementary color
Monochromatic Colors of #58145E
Black with #58145E
Text Example
Text Example
White with #58145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58145E; }
p { color: rgb(88,20,94); }
H1.HeaderClassName
{
color: #58145E;
}
.AnyTagClassName
{
color: #58145E;
}
</style>
background-color css
<style>
a { background-color: #58145E; }
a { background-color: rgb(88,20,94); }
div.DivClassName
{
background-color: #58145E;
}
.BgClassName
{
background-color: #58145E;
}
</style>
border-color css
<style>
span { border-color: #58145E; }
span { border-color: rgb(88,20,94); }
td.TdClassName
{
border-color: #58145E;
}
.TagClassName
{
border-color: #58145E;
}
</style>