Shades of Han Purple #582BFA
Tints of Han Purple #582BFA
RGB
CMYK
RGB Variations
Color information
#582BFA (or 0x582BFA) is known color: Han Purple. HEX triplet: 58, 2B and FA. RGB value is (88,43,250). Sum of RGB (Red+Green+Blue) = 88+43+250=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #582BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582BFA is #A7D405. Grayscale: #4F4F4F. Windows color (decimal): -10998790 or 16395096. OLE color: 16395096.
HSL color Cylindrical-coordinate representation of color #582BFA: hue angle of 253.04º degrees, saturation: 0.95, 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 #582BFA is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 43 | 250 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.02 |
| HSL | 253.04º | 0.95% | 0.57% | - |
| HSV(B) | 253.04º | 0.83% | 0.98% | - |
| XYZ | 22.14 | 10.7 | 91.34 | - |
| YUV | 80.05 | 223.91 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 250 | 0.65 | 0.83 | 0 | 0.02 | 253.04 | 0.95 | 0.57 |
| Hex | 58 | 2B | FA | 41 | 53 | 0 | 2 | FD | 5F | 39 |
| Octal | 130 | 53 | 372 | 101 | 123 | 0 | 2 | 375 | 137 | 71 |
| Binary | 1011000 | 101011 | 11111010 | 1000001 | 1010011 | 0 | 10 | 11111101 | 1011111 | 111001 |
Color Harmonies of #582BFA
Complementary color
Monochromatic Colors of #582BFA
Black with #582BFA
Text Example
Text Example
White with #582BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582BFA; }
p { color: rgb(88,43,250); }
H1.HeaderClassName
{
color: #582BFA;
}
.AnyTagClassName
{
color: #582BFA;
}
</style>
background-color css
<style>
a { background-color: #582BFA; }
a { background-color: rgb(88,43,250); }
div.DivClassName
{
background-color: #582BFA;
}
.BgClassName
{
background-color: #582BFA;
}
</style>
border-color css
<style>
span { border-color: #582BFA; }
span { border-color: rgb(88,43,250); }
td.TdClassName
{
border-color: #582BFA;
}
.TagClassName
{
border-color: #582BFA;
}
</style>