Shades of Han Purple #581CED
Tints of Han Purple #581CED
RGB
CMYK
RGB Variations
Color information
#581CED (or 0x581CED) is known color: Han Purple. HEX triplet: 58, 1C and ED. RGB value is (88,28,237). Sum of RGB (Red+Green+Blue) = 88+28+237=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #581CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581CED is #A7E312. Grayscale: #444444. Windows color (decimal): -11002643 or 15539288. OLE color: 15539288.
HSL color Cylindrical-coordinate representation of color #581CED: hue angle of 257.22º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581CED is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 28 | 237 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.07 |
| HSL | 257.22º | 0.85% | 0.52% | - |
| HSV(B) | 257.22º | 0.88% | 0.93% | - |
| XYZ | 19.73 | 9.02 | 80.82 | - |
| YUV | 69.77 | 222.38 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 237 | 0.63 | 0.88 | 0 | 0.07 | 257.22 | 0.85 | 0.52 |
| Hex | 58 | 1C | ED | 3F | 58 | 0 | 7 | 101 | 55 | 34 |
| Octal | 130 | 34 | 355 | 77 | 130 | 0 | 7 | 401 | 125 | 64 |
| Binary | 1011000 | 11100 | 11101101 | 111111 | 1011000 | 0 | 111 | 100000001 | 1010101 | 110100 |
Color Harmonies of #581CED
Complementary color
Monochromatic Colors of #581CED
Black with #581CED
Text Example
Text Example
White with #581CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CED; }
p { color: rgb(88,28,237); }
H1.HeaderClassName
{
color: #581CED;
}
.AnyTagClassName
{
color: #581CED;
}
</style>
background-color css
<style>
a { background-color: #581CED; }
a { background-color: rgb(88,28,237); }
div.DivClassName
{
background-color: #581CED;
}
.BgClassName
{
background-color: #581CED;
}
</style>
border-color css
<style>
span { border-color: #581CED; }
span { border-color: rgb(88,28,237); }
td.TdClassName
{
border-color: #581CED;
}
.TagClassName
{
border-color: #581CED;
}
</style>