Shades of Han Purple #580CEC
Tints of Han Purple #580CEC
RGB
CMYK
RGB Variations
Color information
#580CEC (or 0x580CEC) is known color: Han Purple. HEX triplet: 58, 0C and EC. RGB value is (88,12,236). Sum of RGB (Red+Green+Blue) = 88+12+236=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #580CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CEC is #A7F313. Grayscale: #3B3B3B. Windows color (decimal): -11006740 or 15469656. OLE color: 15469656.
HSL color Cylindrical-coordinate representation of color #580CEC: hue angle of 260.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580CEC is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 12 | 236 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.07 |
| HSL | 260.36º | 0.9% | 0.49% | - |
| HSV(B) | 260.36º | 0.95% | 0.93% | - |
| XYZ | 19.3 | 8.39 | 79.96 | - |
| YUV | 60.26 | 227.18 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 236 | 0.63 | 0.95 | 0 | 0.07 | 260.36 | 0.9 | 0.49 |
| Hex | 58 | C | EC | 3F | 5F | 0 | 7 | 104 | 5A | 31 |
| Octal | 130 | 14 | 354 | 77 | 137 | 0 | 7 | 404 | 132 | 61 |
| Binary | 1011000 | 1100 | 11101100 | 111111 | 1011111 | 0 | 111 | 100000100 | 1011010 | 110001 |
Color Harmonies of #580CEC
Complementary color
Monochromatic Colors of #580CEC
Black with #580CEC
Text Example
Text Example
White with #580CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580CEC; }
p { color: rgb(88,12,236); }
H1.HeaderClassName
{
color: #580CEC;
}
.AnyTagClassName
{
color: #580CEC;
}
</style>
background-color css
<style>
a { background-color: #580CEC; }
a { background-color: rgb(88,12,236); }
div.DivClassName
{
background-color: #580CEC;
}
.BgClassName
{
background-color: #580CEC;
}
</style>
border-color css
<style>
span { border-color: #580CEC; }
span { border-color: rgb(88,12,236); }
td.TdClassName
{
border-color: #580CEC;
}
.TagClassName
{
border-color: #580CEC;
}
</style>