Shades of Hot Purple #582265
Tints of Hot Purple #582265
RGB
CMYK
RGB Variations
Color information
#582265 (or 0x582265) is known color: Hot Purple. HEX triplet: 58, 22 and 65. RGB value is (88,34,101). Sum of RGB (Red+Green+Blue) = 88+34+101=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #582265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582265 is #A7DD9A. Grayscale: #393939. Windows color (decimal): -11001243 or 6627928. OLE color: 6627928.
HSL color Cylindrical-coordinate representation of color #582265: hue angle of 288.36º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #582265 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 34 | 101 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.60 |
| HSL | 288.36º | 0.5% | 0.26% | - |
| HSV(B) | 288.36º | 0.66% | 0.4% | - |
| XYZ | 6.95 | 4.16 | 12.75 | - |
| YUV | 57.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 101 | 0.13 | 0.66 | 0 | 0.60 | 288.36 | 0.5 | 0.26 |
| Hex | 58 | 22 | 65 | D | 42 | 0 | 3C | 120 | 32 | 1A |
| Octal | 130 | 42 | 145 | 15 | 102 | 0 | 74 | 440 | 62 | 32 |
| Binary | 1011000 | 100010 | 1100101 | 1101 | 1000010 | 0 | 111100 | 100100000 | 110010 | 11010 |
Color Harmonies of #582265
Complementary color
Monochromatic Colors of #582265
Black with #582265
Text Example
Text Example
White with #582265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582265; }
p { color: rgb(88,34,101); }
H1.HeaderClassName
{
color: #582265;
}
.AnyTagClassName
{
color: #582265;
}
</style>
background-color css
<style>
a { background-color: #582265; }
a { background-color: rgb(88,34,101); }
div.DivClassName
{
background-color: #582265;
}
.BgClassName
{
background-color: #582265;
}
</style>
border-color css
<style>
span { border-color: #582265; }
span { border-color: rgb(88,34,101); }
td.TdClassName
{
border-color: #582265;
}
.TagClassName
{
border-color: #582265;
}
</style>