Shades of Han Purple #580BD8
Tints of Han Purple #580BD8
RGB
CMYK
RGB Variations
Color information
#580BD8 (or 0x580BD8) is known color: Han Purple. HEX triplet: 58, 0B and D8. RGB value is (88,11,216). Sum of RGB (Red+Green+Blue) = 88+11+216=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #580BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BD8 is #A7F427. Grayscale: #383838. Windows color (decimal): -11007016 or 14158680. OLE color: 14158680.
HSL color Cylindrical-coordinate representation of color #580BD8: hue angle of 262.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BD8 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 11 | 216 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.15 |
| HSL | 262.54º | 0.9% | 0.45% | - |
| HSV(B) | 262.54º | 0.95% | 0.85% | - |
| XYZ | 16.54 | 7.27 | 65.5 | - |
| YUV | 57.39 | 217.51 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 216 | 0.59 | 0.95 | 0 | 0.15 | 262.54 | 0.9 | 0.45 |
| Hex | 58 | B | D8 | 3B | 5F | 0 | F | 107 | 5A | 2D |
| Octal | 130 | 13 | 330 | 73 | 137 | 0 | 17 | 407 | 132 | 55 |
| Binary | 1011000 | 1011 | 11011000 | 111011 | 1011111 | 0 | 1111 | 100000111 | 1011010 | 101101 |
Color Harmonies of #580BD8
Complementary color
Monochromatic Colors of #580BD8
Black with #580BD8
Text Example
Text Example
White with #580BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BD8; }
p { color: rgb(88,11,216); }
H1.HeaderClassName
{
color: #580BD8;
}
.AnyTagClassName
{
color: #580BD8;
}
</style>
background-color css
<style>
a { background-color: #580BD8; }
a { background-color: rgb(88,11,216); }
div.DivClassName
{
background-color: #580BD8;
}
.BgClassName
{
background-color: #580BD8;
}
</style>
border-color css
<style>
span { border-color: #580BD8; }
span { border-color: rgb(88,11,216); }
td.TdClassName
{
border-color: #580BD8;
}
.TagClassName
{
border-color: #580BD8;
}
</style>