Shades of Han Purple #582BFF
Tints of Han Purple #582BFF
RGB
CMYK
RGB Variations
Color information
#582BFF (or 0x582BFF) is known color: Han Purple. HEX triplet: 58, 2B and FF. RGB value is (88,43,255). Sum of RGB (Red+Green+Blue) = 88+43+255=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #582BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582BFF is #A7D400. Grayscale: #4F4F4F. Windows color (decimal): -10998785 or 16722776. OLE color: 16722776.
HSL color Cylindrical-coordinate representation of color #582BFF: hue angle of 252.74º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #582BFF is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 43 | 255 | - |
| CMYK | 0.65 | 0.83 | 0 | 0 |
| HSL | 252.74º | 1% | 0.58% | - |
| HSV(B) | 252.74º | 0.83% | 1% | - |
| XYZ | 22.94 | 11.02 | 95.53 | - |
| YUV | 80.62 | 226.41 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 255 | 0.65 | 0.83 | 0 | 0 | 252.74 | 1 | 0.58 |
| Hex | 58 | 2B | FF | 41 | 53 | 0 | 0 | FD | 64 | 3A |
| Octal | 130 | 53 | 377 | 101 | 123 | 0 | 0 | 375 | 144 | 72 |
| Binary | 1011000 | 101011 | 11111111 | 1000001 | 1010011 | 0 | 0 | 11111101 | 1100100 | 111010 |
Color Harmonies of #582BFF
Complementary color
Monochromatic Colors of #582BFF
Black with #582BFF
Text Example
Text Example
White with #582BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582BFF; }
p { color: rgb(88,43,255); }
H1.HeaderClassName
{
color: #582BFF;
}
.AnyTagClassName
{
color: #582BFF;
}
</style>
background-color css
<style>
a { background-color: #582BFF; }
a { background-color: rgb(88,43,255); }
div.DivClassName
{
background-color: #582BFF;
}
.BgClassName
{
background-color: #582BFF;
}
</style>
border-color css
<style>
span { border-color: #582BFF; }
span { border-color: rgb(88,43,255); }
td.TdClassName
{
border-color: #582BFF;
}
.TagClassName
{
border-color: #582BFF;
}
</style>