Shades of Han Purple #581FFB
Tints of Han Purple #581FFB
RGB
CMYK
RGB Variations
Color information
#581FFB (or 0x581FFB) is known color: Han Purple. HEX triplet: 58, 1F and FB. RGB value is (88,31,251). Sum of RGB (Red+Green+Blue) = 88+31+251=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #581FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581FFB is #A7E004. Grayscale: #484848. Windows color (decimal): -11001861 or 16457560. OLE color: 16457560.
HSL color Cylindrical-coordinate representation of color #581FFB: hue angle of 255.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581FFB is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 31 | 251 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.02 |
| HSL | 255.55º | 0.96% | 0.55% | - |
| HSV(B) | 255.55º | 0.88% | 0.98% | - |
| XYZ | 21.93 | 10.02 | 92.05 | - |
| YUV | 73.12 | 228.38 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 251 | 0.65 | 0.88 | 0 | 0.02 | 255.55 | 0.96 | 0.55 |
| Hex | 58 | 1F | FB | 41 | 58 | 0 | 2 | 100 | 60 | 37 |
| Octal | 130 | 37 | 373 | 101 | 130 | 0 | 2 | 400 | 140 | 67 |
| Binary | 1011000 | 11111 | 11111011 | 1000001 | 1011000 | 0 | 10 | 100000000 | 1100000 | 110111 |
Color Harmonies of #581FFB
Complementary color
Monochromatic Colors of #581FFB
Black with #581FFB
Text Example
Text Example
White with #581FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581FFB; }
p { color: rgb(88,31,251); }
H1.HeaderClassName
{
color: #581FFB;
}
.AnyTagClassName
{
color: #581FFB;
}
</style>
background-color css
<style>
a { background-color: #581FFB; }
a { background-color: rgb(88,31,251); }
div.DivClassName
{
background-color: #581FFB;
}
.BgClassName
{
background-color: #581FFB;
}
</style>
border-color css
<style>
span { border-color: #581FFB; }
span { border-color: rgb(88,31,251); }
td.TdClassName
{
border-color: #581FFB;
}
.TagClassName
{
border-color: #581FFB;
}
</style>