Shades of Han Purple #582ADF
Tints of Han Purple #582ADF
RGB
CMYK
RGB Variations
Color information
#582ADF (or 0x582ADF) is known color: Han Purple. HEX triplet: 58, 2A and DF. RGB value is (88,42,223). Sum of RGB (Red+Green+Blue) = 88+42+223=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #582ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ADF is #A7D520. Grayscale: #4B4B4B. Windows color (decimal): -10999073 or 14625368. OLE color: 14625368.
HSL color Cylindrical-coordinate representation of color #582ADF: hue angle of 255.25º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582ADF is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 42 | 223 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.13 |
| HSL | 255.25º | 0.74% | 0.52% | - |
| HSV(B) | 255.25º | 0.81% | 0.87% | - |
| XYZ | 18.17 | 9.06 | 70.6 | - |
| YUV | 76.39 | 210.74 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 223 | 0.61 | 0.81 | 0 | 0.13 | 255.25 | 0.74 | 0.52 |
| Hex | 58 | 2A | DF | 3D | 51 | 0 | D | FF | 4A | 34 |
| Octal | 130 | 52 | 337 | 75 | 121 | 0 | 15 | 377 | 112 | 64 |
| Binary | 1011000 | 101010 | 11011111 | 111101 | 1010001 | 0 | 1101 | 11111111 | 1001010 | 110100 |
Color Harmonies of #582ADF
Complementary color
Monochromatic Colors of #582ADF
Black with #582ADF
Text Example
Text Example
White with #582ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582ADF; }
p { color: rgb(88,42,223); }
H1.HeaderClassName
{
color: #582ADF;
}
.AnyTagClassName
{
color: #582ADF;
}
</style>
background-color css
<style>
a { background-color: #582ADF; }
a { background-color: rgb(88,42,223); }
div.DivClassName
{
background-color: #582ADF;
}
.BgClassName
{
background-color: #582ADF;
}
</style>
border-color css
<style>
span { border-color: #582ADF; }
span { border-color: rgb(88,42,223); }
td.TdClassName
{
border-color: #582ADF;
}
.TagClassName
{
border-color: #582ADF;
}
</style>