Shades of Hot Purple #58245A
Tints of Hot Purple #58245A
RGB
CMYK
RGB Variations
Color information
#58245A (or 0x58245A) is known color: Hot Purple. HEX triplet: 58, 24 and 5A. RGB value is (88,36,90). Sum of RGB (Red+Green+Blue) = 88+36+90=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #58245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58245A is #A7DBA5. Grayscale: #393939. Windows color (decimal): -11000742 or 5907544. OLE color: 5907544.
HSL color Cylindrical-coordinate representation of color #58245A: hue angle of 297.78º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58245A is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 90 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.65 |
| HSL | 297.78º | 0.43% | 0.25% | - |
| HSV(B) | 297.78º | 0.6% | 0.35% | - |
| XYZ | 6.5 | 4.07 | 10.12 | - |
| YUV | 57.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 90 | 0.02 | 0.60 | 0 | 0.65 | 297.78 | 0.43 | 0.25 |
| Hex | 58 | 24 | 5A | 2 | 3C | 0 | 41 | 12A | 2B | 19 |
| Octal | 130 | 44 | 132 | 2 | 74 | 0 | 101 | 452 | 53 | 31 |
| Binary | 1011000 | 100100 | 1011010 | 10 | 111100 | 0 | 1000001 | 100101010 | 101011 | 11001 |
Color Harmonies of #58245A
Complementary color
Monochromatic Colors of #58245A
Black with #58245A
Text Example
Text Example
White with #58245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58245A; }
p { color: rgb(88,36,90); }
H1.HeaderClassName
{
color: #58245A;
}
.AnyTagClassName
{
color: #58245A;
}
</style>
background-color css
<style>
a { background-color: #58245A; }
a { background-color: rgb(88,36,90); }
div.DivClassName
{
background-color: #58245A;
}
.BgClassName
{
background-color: #58245A;
}
</style>
border-color css
<style>
span { border-color: #58245A; }
span { border-color: rgb(88,36,90); }
td.TdClassName
{
border-color: #58245A;
}
.TagClassName
{
border-color: #58245A;
}
</style>