Shades of Han Purple #582FFF
Tints of Han Purple #582FFF
RGB
CMYK
RGB Variations
Color information
#582FFF (or 0x582FFF) is known color: Han Purple. HEX triplet: 58, 2F and FF. RGB value is (88,47,255). Sum of RGB (Red+Green+Blue) = 88+47+255=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #582FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582FFF is #A7D000. Grayscale: #525252. Windows color (decimal): -10997761 or 16723800. OLE color: 16723800.
HSL color Cylindrical-coordinate representation of color #582FFF: hue angle of 251.83º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #582FFF is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 47 | 255 | - |
| CMYK | 0.65 | 0.82 | 0 | 0 |
| HSL | 251.83º | 1% | 0.59% | - |
| HSV(B) | 251.83º | 0.82% | 1% | - |
| XYZ | 23.09 | 11.33 | 95.58 | - |
| YUV | 82.97 | 225.08 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 47 | 255 | 0.65 | 0.82 | 0 | 0 | 251.83 | 1 | 0.59 |
| Hex | 58 | 2F | FF | 41 | 52 | 0 | 0 | FC | 64 | 3B |
| Octal | 130 | 57 | 377 | 101 | 122 | 0 | 0 | 374 | 144 | 73 |
| Binary | 1011000 | 101111 | 11111111 | 1000001 | 1010010 | 0 | 0 | 11111100 | 1100100 | 111011 |
Color Harmonies of #582FFF
Complementary color
Monochromatic Colors of #582FFF
Black with #582FFF
Text Example
Text Example
White with #582FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582FFF; }
p { color: rgb(88,47,255); }
H1.HeaderClassName
{
color: #582FFF;
}
.AnyTagClassName
{
color: #582FFF;
}
</style>
background-color css
<style>
a { background-color: #582FFF; }
a { background-color: rgb(88,47,255); }
div.DivClassName
{
background-color: #582FFF;
}
.BgClassName
{
background-color: #582FFF;
}
</style>
border-color css
<style>
span { border-color: #582FFF; }
span { border-color: rgb(88,47,255); }
td.TdClassName
{
border-color: #582FFF;
}
.TagClassName
{
border-color: #582FFF;
}
</style>