Shades of Han Purple #582AFB
Tints of Han Purple #582AFB
RGB
CMYK
RGB Variations
Color information
#582AFB (or 0x582AFB) is known color: Han Purple. HEX triplet: 58, 2A and FB. RGB value is (88,42,251). Sum of RGB (Red+Green+Blue) = 88+42+251=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #582AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582AFB is #A7D504. Grayscale: #4E4E4E. Windows color (decimal): -10999045 or 16460376. OLE color: 16460376.
HSL color Cylindrical-coordinate representation of color #582AFB: hue angle of 253.21º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #582AFB is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 42 | 251 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.02 |
| HSL | 253.21º | 0.96% | 0.57% | - |
| HSV(B) | 253.21º | 0.83% | 0.98% | - |
| XYZ | 22.27 | 10.7 | 92.16 | - |
| YUV | 79.58 | 224.74 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 251 | 0.65 | 0.83 | 0 | 0.02 | 253.21 | 0.96 | 0.57 |
| Hex | 58 | 2A | FB | 41 | 53 | 0 | 2 | FD | 60 | 39 |
| Octal | 130 | 52 | 373 | 101 | 123 | 0 | 2 | 375 | 140 | 71 |
| Binary | 1011000 | 101010 | 11111011 | 1000001 | 1010011 | 0 | 10 | 11111101 | 1100000 | 111001 |
Color Harmonies of #582AFB
Complementary color
Monochromatic Colors of #582AFB
Black with #582AFB
Text Example
Text Example
White with #582AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582AFB; }
p { color: rgb(88,42,251); }
H1.HeaderClassName
{
color: #582AFB;
}
.AnyTagClassName
{
color: #582AFB;
}
</style>
background-color css
<style>
a { background-color: #582AFB; }
a { background-color: rgb(88,42,251); }
div.DivClassName
{
background-color: #582AFB;
}
.BgClassName
{
background-color: #582AFB;
}
</style>
border-color css
<style>
span { border-color: #582AFB; }
span { border-color: rgb(88,42,251); }
td.TdClassName
{
border-color: #582AFB;
}
.TagClassName
{
border-color: #582AFB;
}
</style>