Shades of Han Purple #580BEB
Tints of Han Purple #580BEB
RGB
CMYK
RGB Variations
Color information
#580BEB (or 0x580BEB) is known color: Han Purple. HEX triplet: 58, 0B and EB. RGB value is (88,11,235). Sum of RGB (Red+Green+Blue) = 88+11+235=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #580BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580BEB is #A7F414. Grayscale: #3A3A3A. Windows color (decimal): -11006997 or 15403864. OLE color: 15403864.
HSL color Cylindrical-coordinate representation of color #580BEB: hue angle of 260.62º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BEB is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 11 | 235 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.08 |
| HSL | 260.63º | 0.91% | 0.48% | - |
| HSV(B) | 260.63º | 0.95% | 0.92% | - |
| XYZ | 19.14 | 8.31 | 79.19 | - |
| YUV | 59.56 | 227.01 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 235 | 0.63 | 0.95 | 0 | 0.08 | 260.63 | 0.91 | 0.48 |
| Hex | 58 | B | EB | 3F | 5F | 0 | 8 | 105 | 5B | 30 |
| Octal | 130 | 13 | 353 | 77 | 137 | 0 | 10 | 405 | 133 | 60 |
| Binary | 1011000 | 1011 | 11101011 | 111111 | 1011111 | 0 | 1000 | 100000101 | 1011011 | 110000 |
Color Harmonies of #580BEB
Complementary color
Monochromatic Colors of #580BEB
Black with #580BEB
Text Example
Text Example
White with #580BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BEB; }
p { color: rgb(88,11,235); }
H1.HeaderClassName
{
color: #580BEB;
}
.AnyTagClassName
{
color: #580BEB;
}
</style>
background-color css
<style>
a { background-color: #580BEB; }
a { background-color: rgb(88,11,235); }
div.DivClassName
{
background-color: #580BEB;
}
.BgClassName
{
background-color: #580BEB;
}
</style>
border-color css
<style>
span { border-color: #580BEB; }
span { border-color: rgb(88,11,235); }
td.TdClassName
{
border-color: #580BEB;
}
.TagClassName
{
border-color: #580BEB;
}
</style>