Shades of Han Purple #580BDB
Tints of Han Purple #580BDB
RGB
CMYK
RGB Variations
Color information
#580BDB (or 0x580BDB) is known color: Han Purple. HEX triplet: 58, 0B and DB. RGB value is (88,11,219). Sum of RGB (Red+Green+Blue) = 88+11+219=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #580BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BDB is #A7F424. Grayscale: #383838. Windows color (decimal): -11007013 or 14355288. OLE color: 14355288.
HSL color Cylindrical-coordinate representation of color #580BDB: hue angle of 262.21º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BDB is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 11 | 219 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.14 |
| HSL | 262.21º | 0.9% | 0.45% | - |
| HSV(B) | 262.21º | 0.95% | 0.86% | - |
| XYZ | 16.93 | 7.43 | 67.56 | - |
| YUV | 57.74 | 219.01 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 219 | 0.60 | 0.95 | 0 | 0.14 | 262.21 | 0.9 | 0.45 |
| Hex | 58 | B | DB | 3C | 5F | 0 | E | 106 | 5A | 2D |
| Octal | 130 | 13 | 333 | 74 | 137 | 0 | 16 | 406 | 132 | 55 |
| Binary | 1011000 | 1011 | 11011011 | 111100 | 1011111 | 0 | 1110 | 100000110 | 1011010 | 101101 |
Color Harmonies of #580BDB
Complementary color
Monochromatic Colors of #580BDB
Black with #580BDB
Text Example
Text Example
White with #580BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BDB; }
p { color: rgb(88,11,219); }
H1.HeaderClassName
{
color: #580BDB;
}
.AnyTagClassName
{
color: #580BDB;
}
</style>
background-color css
<style>
a { background-color: #580BDB; }
a { background-color: rgb(88,11,219); }
div.DivClassName
{
background-color: #580BDB;
}
.BgClassName
{
background-color: #580BDB;
}
</style>
border-color css
<style>
span { border-color: #580BDB; }
span { border-color: rgb(88,11,219); }
td.TdClassName
{
border-color: #580BDB;
}
.TagClassName
{
border-color: #580BDB;
}
</style>