Shades of Han Purple #580BDD
Tints of Han Purple #580BDD
RGB
CMYK
RGB Variations
Color information
#580BDD (or 0x580BDD) is known color: Han Purple. HEX triplet: 58, 0B and DD. RGB value is (88,11,221). Sum of RGB (Red+Green+Blue) = 88+11+221=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #580BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BDD is #A7F422. Grayscale: #393939. Windows color (decimal): -11007011 or 14486360. OLE color: 14486360.
HSL color Cylindrical-coordinate representation of color #580BDD: hue angle of 262º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BDD is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 11 | 221 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.13 |
| HSL | 262º | 0.91% | 0.45% | - |
| HSV(B) | 262º | 0.95% | 0.87% | - |
| XYZ | 17.2 | 7.53 | 68.95 | - |
| YUV | 57.96 | 220.01 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 221 | 0.60 | 0.95 | 0 | 0.13 | 262 | 0.91 | 0.45 |
| Hex | 58 | B | DD | 3C | 5F | 0 | D | 106 | 5B | 2D |
| Octal | 130 | 13 | 335 | 74 | 137 | 0 | 15 | 406 | 133 | 55 |
| Binary | 1011000 | 1011 | 11011101 | 111100 | 1011111 | 0 | 1101 | 100000110 | 1011011 | 101101 |
Color Harmonies of #580BDD
Complementary color
Monochromatic Colors of #580BDD
Black with #580BDD
Text Example
Text Example
White with #580BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BDD; }
p { color: rgb(88,11,221); }
H1.HeaderClassName
{
color: #580BDD;
}
.AnyTagClassName
{
color: #580BDD;
}
</style>
background-color css
<style>
a { background-color: #580BDD; }
a { background-color: rgb(88,11,221); }
div.DivClassName
{
background-color: #580BDD;
}
.BgClassName
{
background-color: #580BDD;
}
</style>
border-color css
<style>
span { border-color: #580BDD; }
span { border-color: rgb(88,11,221); }
td.TdClassName
{
border-color: #580BDD;
}
.TagClassName
{
border-color: #580BDD;
}
</style>