Shades of Han Purple #580BEC
Tints of Han Purple #580BEC
RGB
CMYK
RGB Variations
Color information
#580BEC (or 0x580BEC) is known color: Han Purple. HEX triplet: 58, 0B and EC. RGB value is (88,11,236). Sum of RGB (Red+Green+Blue) = 88+11+236=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #580BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580BEC is #A7F413. Grayscale: #3A3A3A. Windows color (decimal): -11006996 or 15469400. OLE color: 15469400.
HSL color Cylindrical-coordinate representation of color #580BEC: hue angle of 260.53º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BEC is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 11 | 236 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.07 |
| HSL | 260.53º | 0.91% | 0.48% | - |
| HSV(B) | 260.53º | 0.95% | 0.93% | - |
| XYZ | 19.28 | 8.37 | 79.96 | - |
| YUV | 59.67 | 227.51 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 236 | 0.63 | 0.95 | 0 | 0.07 | 260.53 | 0.91 | 0.48 |
| Hex | 58 | B | EC | 3F | 5F | 0 | 7 | 105 | 5B | 30 |
| Octal | 130 | 13 | 354 | 77 | 137 | 0 | 7 | 405 | 133 | 60 |
| Binary | 1011000 | 1011 | 11101100 | 111111 | 1011111 | 0 | 111 | 100000101 | 1011011 | 110000 |
Color Harmonies of #580BEC
Complementary color
Monochromatic Colors of #580BEC
Black with #580BEC
Text Example
Text Example
White with #580BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BEC; }
p { color: rgb(88,11,236); }
H1.HeaderClassName
{
color: #580BEC;
}
.AnyTagClassName
{
color: #580BEC;
}
</style>
background-color css
<style>
a { background-color: #580BEC; }
a { background-color: rgb(88,11,236); }
div.DivClassName
{
background-color: #580BEC;
}
.BgClassName
{
background-color: #580BEC;
}
</style>
border-color css
<style>
span { border-color: #580BEC; }
span { border-color: rgb(88,11,236); }
td.TdClassName
{
border-color: #580BEC;
}
.TagClassName
{
border-color: #580BEC;
}
</style>