Shades of Han Purple #581FFC
Tints of Han Purple #581FFC
RGB
CMYK
RGB Variations
Color information
#581FFC (or 0x581FFC) is known color: Han Purple. HEX triplet: 58, 1F and FC. RGB value is (88,31,252). Sum of RGB (Red+Green+Blue) = 88+31+252=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #581FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581FFC is #A7E003. Grayscale: #484848. Windows color (decimal): -11001860 or 16523096. OLE color: 16523096.
HSL color Cylindrical-coordinate representation of color #581FFC: hue angle of 255.48º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581FFC is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 31 | 252 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.01 |
| HSL | 255.48º | 0.97% | 0.55% | - |
| HSV(B) | 255.48º | 0.88% | 0.99% | - |
| XYZ | 22.09 | 10.08 | 92.88 | - |
| YUV | 73.24 | 228.88 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 252 | 0.65 | 0.88 | 0 | 0.01 | 255.48 | 0.97 | 0.55 |
| Hex | 58 | 1F | FC | 41 | 58 | 0 | 1 | FF | 61 | 37 |
| Octal | 130 | 37 | 374 | 101 | 130 | 0 | 1 | 377 | 141 | 67 |
| Binary | 1011000 | 11111 | 11111100 | 1000001 | 1011000 | 0 | 1 | 11111111 | 1100001 | 110111 |
Color Harmonies of #581FFC
Complementary color
Monochromatic Colors of #581FFC
Black with #581FFC
Text Example
Text Example
White with #581FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581FFC; }
p { color: rgb(88,31,252); }
H1.HeaderClassName
{
color: #581FFC;
}
.AnyTagClassName
{
color: #581FFC;
}
</style>
background-color css
<style>
a { background-color: #581FFC; }
a { background-color: rgb(88,31,252); }
div.DivClassName
{
background-color: #581FFC;
}
.BgClassName
{
background-color: #581FFC;
}
</style>
border-color css
<style>
span { border-color: #581FFC; }
span { border-color: rgb(88,31,252); }
td.TdClassName
{
border-color: #581FFC;
}
.TagClassName
{
border-color: #581FFC;
}
</style>