Shades of Han Purple #581AFE
Tints of Han Purple #581AFE
RGB
CMYK
RGB Variations
Color information
#581AFE (or 0x581AFE) is known color: Han Purple. HEX triplet: 58, 1A and FE. RGB value is (88,26,254). Sum of RGB (Red+Green+Blue) = 88+26+254=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #581AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581AFE is #A7E501. Grayscale: #454545. Windows color (decimal): -11003138 or 16652888. OLE color: 16652888.
HSL color Cylindrical-coordinate representation of color #581AFE: hue angle of 256.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #581AFE is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 26 | 254 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.00 |
| HSL | 256.32º | 0.99% | 0.55% | - |
| HSV(B) | 256.32º | 0.9% | 1% | - |
| XYZ | 22.28 | 9.97 | 94.52 | - |
| YUV | 70.53 | 231.54 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 254 | 0.65 | 0.90 | 0 | 0.00 | 256.32 | 0.99 | 0.55 |
| Hex | 58 | 1A | FE | 41 | 5A | 0 | 0 | 100 | 63 | 37 |
| Octal | 130 | 32 | 376 | 101 | 132 | 0 | 0 | 400 | 143 | 67 |
| Binary | 1011000 | 11010 | 11111110 | 1000001 | 1011010 | 0 | 0 | 100000000 | 1100011 | 110111 |
Color Harmonies of #581AFE
Complementary color
Monochromatic Colors of #581AFE
Black with #581AFE
Text Example
Text Example
White with #581AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581AFE; }
p { color: rgb(88,26,254); }
H1.HeaderClassName
{
color: #581AFE;
}
.AnyTagClassName
{
color: #581AFE;
}
</style>
background-color css
<style>
a { background-color: #581AFE; }
a { background-color: rgb(88,26,254); }
div.DivClassName
{
background-color: #581AFE;
}
.BgClassName
{
background-color: #581AFE;
}
</style>
border-color css
<style>
span { border-color: #581AFE; }
span { border-color: rgb(88,26,254); }
td.TdClassName
{
border-color: #581AFE;
}
.TagClassName
{
border-color: #581AFE;
}
</style>