Shades of Han Purple #581CFC
Tints of Han Purple #581CFC
RGB
CMYK
RGB Variations
Color information
#581CFC (or 0x581CFC) is known color: Han Purple. HEX triplet: 58, 1C and FC. RGB value is (88,28,252). Sum of RGB (Red+Green+Blue) = 88+28+252=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #581CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581CFC is #A7E303. Grayscale: #464646. Windows color (decimal): -11002628 or 16522328. OLE color: 16522328.
HSL color Cylindrical-coordinate representation of color #581CFC: hue angle of 256.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581CFC is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 28 | 252 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.01 |
| HSL | 256.07º | 0.97% | 0.55% | - |
| HSV(B) | 256.07º | 0.89% | 0.99% | - |
| XYZ | 22.01 | 9.93 | 92.85 | - |
| YUV | 71.48 | 229.88 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 252 | 0.65 | 0.89 | 0 | 0.01 | 256.07 | 0.97 | 0.55 |
| Hex | 58 | 1C | FC | 41 | 59 | 0 | 1 | 100 | 61 | 37 |
| Octal | 130 | 34 | 374 | 101 | 131 | 0 | 1 | 400 | 141 | 67 |
| Binary | 1011000 | 11100 | 11111100 | 1000001 | 1011001 | 0 | 1 | 100000000 | 1100001 | 110111 |
Color Harmonies of #581CFC
Complementary color
Monochromatic Colors of #581CFC
Black with #581CFC
Text Example
Text Example
White with #581CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CFC; }
p { color: rgb(88,28,252); }
H1.HeaderClassName
{
color: #581CFC;
}
.AnyTagClassName
{
color: #581CFC;
}
</style>
background-color css
<style>
a { background-color: #581CFC; }
a { background-color: rgb(88,28,252); }
div.DivClassName
{
background-color: #581CFC;
}
.BgClassName
{
background-color: #581CFC;
}
</style>
border-color css
<style>
span { border-color: #581CFC; }
span { border-color: rgb(88,28,252); }
td.TdClassName
{
border-color: #581CFC;
}
.TagClassName
{
border-color: #581CFC;
}
</style>