Shades of Han Purple #580BF7
Tints of Han Purple #580BF7
RGB
CMYK
RGB Variations
Color information
#580BF7 (or 0x580BF7) is known color: Han Purple. HEX triplet: 58, 0B and F7. RGB value is (88,11,247). Sum of RGB (Red+Green+Blue) = 88+11+247=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 247 (96.88% from 255 or 71.39% from 346); Max value from RGB is 247 - color contains mainly: blue. Hex color #580BF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580BF7 is #A7F408. Grayscale: #3C3C3C. Windows color (decimal): -11006985 or 16190296. OLE color: 16190296.
HSL color Cylindrical-coordinate representation of color #580BF7: hue angle of 259.58º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580BF7 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 11 | 247 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.03 |
| HSL | 259.58º | 0.94% | 0.51% | - |
| HSV(B) | 259.58º | 0.96% | 0.97% | - |
| XYZ | 20.93 | 9.03 | 88.64 | - |
| YUV | 60.93 | 233.01 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 247 | 0.64 | 0.96 | 0 | 0.03 | 259.58 | 0.94 | 0.51 |
| Hex | 58 | B | F7 | 40 | 60 | 0 | 3 | 104 | 5E | 33 |
| Octal | 130 | 13 | 367 | 100 | 140 | 0 | 3 | 404 | 136 | 63 |
| Binary | 1011000 | 1011 | 11110111 | 1000000 | 1100000 | 0 | 11 | 100000100 | 1011110 | 110011 |
Color Harmonies of #580BF7
Complementary color
Monochromatic Colors of #580BF7
Black with #580BF7
Text Example
Text Example
White with #580BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BF7; }
p { color: rgb(88,11,247); }
H1.HeaderClassName
{
color: #580BF7;
}
.AnyTagClassName
{
color: #580BF7;
}
</style>
background-color css
<style>
a { background-color: #580BF7; }
a { background-color: rgb(88,11,247); }
div.DivClassName
{
background-color: #580BF7;
}
.BgClassName
{
background-color: #580BF7;
}
</style>
border-color css
<style>
span { border-color: #580BF7; }
span { border-color: rgb(88,11,247); }
td.TdClassName
{
border-color: #580BF7;
}
.TagClassName
{
border-color: #580BF7;
}
</style>