Shades of Han Purple #582BF1
Tints of Han Purple #582BF1
RGB
CMYK
RGB Variations
Color information
#582BF1 (or 0x582BF1) is known color: Han Purple. HEX triplet: 58, 2B and F1. RGB value is (88,43,241). Sum of RGB (Red+Green+Blue) = 88+43+241=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #582BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582BF1 is #A7D40E. Grayscale: #4E4E4E. Windows color (decimal): -10998799 or 15805272. OLE color: 15805272.
HSL color Cylindrical-coordinate representation of color #582BF1: hue angle of 253.64º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #582BF1 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 43 | 241 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.05 |
| HSL | 253.64º | 0.88% | 0.56% | - |
| HSV(B) | 253.64º | 0.82% | 0.95% | - |
| XYZ | 20.77 | 10.15 | 84.08 | - |
| YUV | 79.03 | 219.41 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 241 | 0.63 | 0.82 | 0 | 0.05 | 253.64 | 0.88 | 0.56 |
| Hex | 58 | 2B | F1 | 3F | 52 | 0 | 5 | FE | 58 | 38 |
| Octal | 130 | 53 | 361 | 77 | 122 | 0 | 5 | 376 | 130 | 70 |
| Binary | 1011000 | 101011 | 11110001 | 111111 | 1010010 | 0 | 101 | 11111110 | 1011000 | 111000 |
Color Harmonies of #582BF1
Complementary color
Monochromatic Colors of #582BF1
Black with #582BF1
Text Example
Text Example
White with #582BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582BF1; }
p { color: rgb(88,43,241); }
H1.HeaderClassName
{
color: #582BF1;
}
.AnyTagClassName
{
color: #582BF1;
}
</style>
background-color css
<style>
a { background-color: #582BF1; }
a { background-color: rgb(88,43,241); }
div.DivClassName
{
background-color: #582BF1;
}
.BgClassName
{
background-color: #582BF1;
}
</style>
border-color css
<style>
span { border-color: #582BF1; }
span { border-color: rgb(88,43,241); }
td.TdClassName
{
border-color: #582BF1;
}
.TagClassName
{
border-color: #582BF1;
}
</style>