Shades of Han Purple #582AF7
Tints of Han Purple #582AF7
RGB
CMYK
RGB Variations
Color information
#582AF7 (or 0x582AF7) is known color: Han Purple. HEX triplet: 58, 2A and F7. RGB value is (88,42,247). Sum of RGB (Red+Green+Blue) = 88+42+247=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 247 (96.88% from 255 or 65.52% from 377); Max value from RGB is 247 - color contains mainly: blue. Hex color #582AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582AF7 is #A7D508. Grayscale: #4E4E4E. Windows color (decimal): -10999049 or 16198232. OLE color: 16198232.
HSL color Cylindrical-coordinate representation of color #582AF7: hue angle of 253.46º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #582AF7 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 42 | 247 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.03 |
| HSL | 253.46º | 0.93% | 0.57% | - |
| HSV(B) | 253.46º | 0.83% | 0.97% | - |
| XYZ | 21.64 | 10.45 | 88.87 | - |
| YUV | 79.12 | 222.74 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 247 | 0.64 | 0.83 | 0 | 0.03 | 253.46 | 0.93 | 0.57 |
| Hex | 58 | 2A | F7 | 40 | 53 | 0 | 3 | FD | 5D | 39 |
| Octal | 130 | 52 | 367 | 100 | 123 | 0 | 3 | 375 | 135 | 71 |
| Binary | 1011000 | 101010 | 11110111 | 1000000 | 1010011 | 0 | 11 | 11111101 | 1011101 | 111001 |
Color Harmonies of #582AF7
Complementary color
Monochromatic Colors of #582AF7
Black with #582AF7
Text Example
Text Example
White with #582AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582AF7; }
p { color: rgb(88,42,247); }
H1.HeaderClassName
{
color: #582AF7;
}
.AnyTagClassName
{
color: #582AF7;
}
</style>
background-color css
<style>
a { background-color: #582AF7; }
a { background-color: rgb(88,42,247); }
div.DivClassName
{
background-color: #582AF7;
}
.BgClassName
{
background-color: #582AF7;
}
</style>
border-color css
<style>
span { border-color: #582AF7; }
span { border-color: rgb(88,42,247); }
td.TdClassName
{
border-color: #582AF7;
}
.TagClassName
{
border-color: #582AF7;
}
</style>