Shades of Han Purple #580CE5
Tints of Han Purple #580CE5
RGB
CMYK
RGB Variations
Color information
#580CE5 (or 0x580CE5) is known color: Han Purple. HEX triplet: 58, 0C and E5. RGB value is (88,12,229). Sum of RGB (Red+Green+Blue) = 88+12+229=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 229 (89.84% from 255 or 69.60% from 329); Max value from RGB is 229 - color contains mainly: blue. Hex color #580CE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580CE5 is #A7F31A. Grayscale: #3A3A3A. Windows color (decimal): -11006747 or 15010904. OLE color: 15010904.
HSL color Cylindrical-coordinate representation of color #580CE5: hue angle of 261.01º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580CE5 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 12 | 229 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.10 |
| HSL | 261.01º | 0.9% | 0.47% | - |
| HSV(B) | 261.01º | 0.95% | 0.9% | - |
| XYZ | 18.3 | 7.99 | 74.71 | - |
| YUV | 59.46 | 223.68 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 229 | 0.62 | 0.95 | 0 | 0.10 | 261.01 | 0.9 | 0.47 |
| Hex | 58 | C | E5 | 3E | 5F | 0 | A | 105 | 5A | 2F |
| Octal | 130 | 14 | 345 | 76 | 137 | 0 | 12 | 405 | 132 | 57 |
| Binary | 1011000 | 1100 | 11100101 | 111110 | 1011111 | 0 | 1010 | 100000101 | 1011010 | 101111 |
Color Harmonies of #580CE5
Complementary color
Monochromatic Colors of #580CE5
Black with #580CE5
Text Example
Text Example
White with #580CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580CE5; }
p { color: rgb(88,12,229); }
H1.HeaderClassName
{
color: #580CE5;
}
.AnyTagClassName
{
color: #580CE5;
}
</style>
background-color css
<style>
a { background-color: #580CE5; }
a { background-color: rgb(88,12,229); }
div.DivClassName
{
background-color: #580CE5;
}
.BgClassName
{
background-color: #580CE5;
}
</style>
border-color css
<style>
span { border-color: #580CE5; }
span { border-color: rgb(88,12,229); }
td.TdClassName
{
border-color: #580CE5;
}
.TagClassName
{
border-color: #580CE5;
}
</style>