Shades of Han Purple #580FEC
Tints of Han Purple #580FEC
RGB
CMYK
RGB Variations
Color information
#580FEC (or 0x580FEC) is known color: Han Purple. HEX triplet: 58, 0F and EC. RGB value is (88,15,236). Sum of RGB (Red+Green+Blue) = 88+15+236=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #580FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580FEC is #A7F013. Grayscale: #3D3D3D. Windows color (decimal): -11005972 or 15470424. OLE color: 15470424.
HSL color Cylindrical-coordinate representation of color #580FEC: hue angle of 259.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580FEC is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 15 | 236 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.07 |
| HSL | 259.82º | 0.88% | 0.49% | - |
| HSV(B) | 259.82º | 0.94% | 0.93% | - |
| XYZ | 19.34 | 8.47 | 79.97 | - |
| YUV | 62.02 | 226.18 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 236 | 0.63 | 0.94 | 0 | 0.07 | 259.82 | 0.88 | 0.49 |
| Hex | 58 | F | EC | 3F | 5E | 0 | 7 | 104 | 58 | 31 |
| Octal | 130 | 17 | 354 | 77 | 136 | 0 | 7 | 404 | 130 | 61 |
| Binary | 1011000 | 1111 | 11101100 | 111111 | 1011110 | 0 | 111 | 100000100 | 1011000 | 110001 |
Color Harmonies of #580FEC
Complementary color
Monochromatic Colors of #580FEC
Black with #580FEC
Text Example
Text Example
White with #580FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580FEC; }
p { color: rgb(88,15,236); }
H1.HeaderClassName
{
color: #580FEC;
}
.AnyTagClassName
{
color: #580FEC;
}
</style>
background-color css
<style>
a { background-color: #580FEC; }
a { background-color: rgb(88,15,236); }
div.DivClassName
{
background-color: #580FEC;
}
.BgClassName
{
background-color: #580FEC;
}
</style>
border-color css
<style>
span { border-color: #580FEC; }
span { border-color: rgb(88,15,236); }
td.TdClassName
{
border-color: #580FEC;
}
.TagClassName
{
border-color: #580FEC;
}
</style>