Shades of Han Purple #580BDF
Tints of Han Purple #580BDF
RGB
CMYK
RGB Variations
Color information
#580BDF (or 0x580BDF) is known color: Han Purple. HEX triplet: 58, 0B and DF. RGB value is (88,11,223). Sum of RGB (Red+Green+Blue) = 88+11+223=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #580BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BDF is #A7F420. Grayscale: #393939. Windows color (decimal): -11007009 or 14617432. OLE color: 14617432.
HSL color Cylindrical-coordinate representation of color #580BDF: hue angle of 261.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BDF is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 11 | 223 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.13 |
| HSL | 261.79º | 0.91% | 0.46% | - |
| HSV(B) | 261.79º | 0.95% | 0.87% | - |
| XYZ | 17.46 | 7.64 | 70.37 | - |
| YUV | 58.19 | 221.01 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 223 | 0.61 | 0.95 | 0 | 0.13 | 261.79 | 0.91 | 0.46 |
| Hex | 58 | B | DF | 3D | 5F | 0 | D | 106 | 5B | 2E |
| Octal | 130 | 13 | 337 | 75 | 137 | 0 | 15 | 406 | 133 | 56 |
| Binary | 1011000 | 1011 | 11011111 | 111101 | 1011111 | 0 | 1101 | 100000110 | 1011011 | 101110 |
Color Harmonies of #580BDF
Complementary color
Monochromatic Colors of #580BDF
Black with #580BDF
Text Example
Text Example
White with #580BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BDF; }
p { color: rgb(88,11,223); }
H1.HeaderClassName
{
color: #580BDF;
}
.AnyTagClassName
{
color: #580BDF;
}
</style>
background-color css
<style>
a { background-color: #580BDF; }
a { background-color: rgb(88,11,223); }
div.DivClassName
{
background-color: #580BDF;
}
.BgClassName
{
background-color: #580BDF;
}
</style>
border-color css
<style>
span { border-color: #580BDF; }
span { border-color: rgb(88,11,223); }
td.TdClassName
{
border-color: #580BDF;
}
.TagClassName
{
border-color: #580BDF;
}
</style>