Shades of Han Purple #580FE1
Tints of Han Purple #580FE1
RGB
CMYK
RGB Variations
Color information
#580FE1 (or 0x580FE1) is known color: Han Purple. HEX triplet: 58, 0F and E1. RGB value is (88,15,225). Sum of RGB (Red+Green+Blue) = 88+15+225=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 225 (88.28% from 255 or 68.60% from 328); Max value from RGB is 225 - color contains mainly: blue. Hex color #580FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580FE1 is #A7F01E. Grayscale: #3C3C3C. Windows color (decimal): -11005983 or 14749528. OLE color: 14749528.
HSL color Cylindrical-coordinate representation of color #580FE1: hue angle of 260.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580FE1 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 15 | 225 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.12 |
| HSL | 260.86º | 0.88% | 0.47% | - |
| HSV(B) | 260.86º | 0.93% | 0.88% | - |
| XYZ | 17.79 | 7.85 | 71.81 | - |
| YUV | 60.77 | 220.68 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 225 | 0.61 | 0.93 | 0 | 0.12 | 260.86 | 0.88 | 0.47 |
| Hex | 58 | F | E1 | 3D | 5D | 0 | C | 105 | 58 | 2F |
| Octal | 130 | 17 | 341 | 75 | 135 | 0 | 14 | 405 | 130 | 57 |
| Binary | 1011000 | 1111 | 11100001 | 111101 | 1011101 | 0 | 1100 | 100000101 | 1011000 | 101111 |
Color Harmonies of #580FE1
Complementary color
Monochromatic Colors of #580FE1
Black with #580FE1
Text Example
Text Example
White with #580FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580FE1; }
p { color: rgb(88,15,225); }
H1.HeaderClassName
{
color: #580FE1;
}
.AnyTagClassName
{
color: #580FE1;
}
</style>
background-color css
<style>
a { background-color: #580FE1; }
a { background-color: rgb(88,15,225); }
div.DivClassName
{
background-color: #580FE1;
}
.BgClassName
{
background-color: #580FE1;
}
</style>
border-color css
<style>
span { border-color: #580FE1; }
span { border-color: rgb(88,15,225); }
td.TdClassName
{
border-color: #580FE1;
}
.TagClassName
{
border-color: #580FE1;
}
</style>