Shades of Han Purple #580BFD
Tints of Han Purple #580BFD
RGB
CMYK
RGB Variations
Color information
#580BFD (or 0x580BFD) is known color: Han Purple. HEX triplet: 58, 0B and FD. RGB value is (88,11,253). Sum of RGB (Red+Green+Blue) = 88+11+253=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #580BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580BFD is #A7F402. Grayscale: #3C3C3C. Windows color (decimal): -11006979 or 16583512. OLE color: 16583512.
HSL color Cylindrical-coordinate representation of color #580BFD: hue angle of 259.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580BFD is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 11 | 253 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.01 |
| HSL | 259.09º | 0.98% | 0.52% | - |
| HSV(B) | 259.09º | 0.96% | 0.99% | - |
| XYZ | 21.87 | 9.41 | 93.59 | - |
| YUV | 61.61 | 236.01 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 253 | 0.65 | 0.96 | 0 | 0.01 | 259.09 | 0.98 | 0.52 |
| Hex | 58 | B | FD | 41 | 60 | 0 | 1 | 103 | 62 | 34 |
| Octal | 130 | 13 | 375 | 101 | 140 | 0 | 1 | 403 | 142 | 64 |
| Binary | 1011000 | 1011 | 11111101 | 1000001 | 1100000 | 0 | 1 | 100000011 | 1100010 | 110100 |
Color Harmonies of #580BFD
Complementary color
Monochromatic Colors of #580BFD
Black with #580BFD
Text Example
Text Example
White with #580BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BFD; }
p { color: rgb(88,11,253); }
H1.HeaderClassName
{
color: #580BFD;
}
.AnyTagClassName
{
color: #580BFD;
}
</style>
background-color css
<style>
a { background-color: #580BFD; }
a { background-color: rgb(88,11,253); }
div.DivClassName
{
background-color: #580BFD;
}
.BgClassName
{
background-color: #580BFD;
}
</style>
border-color css
<style>
span { border-color: #580BFD; }
span { border-color: rgb(88,11,253); }
td.TdClassName
{
border-color: #580BFD;
}
.TagClassName
{
border-color: #580BFD;
}
</style>