Shades of Han Purple #581DF3
Tints of Han Purple #581DF3
RGB
CMYK
RGB Variations
Color information
#581DF3 (or 0x581DF3) is known color: Han Purple. HEX triplet: 58, 1D and F3. RGB value is (88,29,243). Sum of RGB (Red+Green+Blue) = 88+29+243=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 243 (95.31% from 255 or 67.5% from 360); Max value from RGB is 243 - color contains mainly: blue. Hex color #581DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581DF3 is #A7E20C. Grayscale: #464646. Windows color (decimal): -11002381 or 15932760. OLE color: 15932760.
HSL color Cylindrical-coordinate representation of color #581DF3: hue angle of 256.54º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581DF3 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 29 | 243 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.05 |
| HSL | 256.54º | 0.9% | 0.53% | - |
| HSV(B) | 256.54º | 0.88% | 0.95% | - |
| XYZ | 20.64 | 9.42 | 85.53 | - |
| YUV | 71.04 | 225.05 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 243 | 0.64 | 0.88 | 0 | 0.05 | 256.54 | 0.9 | 0.53 |
| Hex | 58 | 1D | F3 | 40 | 58 | 0 | 5 | 101 | 5A | 35 |
| Octal | 130 | 35 | 363 | 100 | 130 | 0 | 5 | 401 | 132 | 65 |
| Binary | 1011000 | 11101 | 11110011 | 1000000 | 1011000 | 0 | 101 | 100000001 | 1011010 | 110101 |
Color Harmonies of #581DF3
Complementary color
Monochromatic Colors of #581DF3
Black with #581DF3
Text Example
Text Example
White with #581DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581DF3; }
p { color: rgb(88,29,243); }
H1.HeaderClassName
{
color: #581DF3;
}
.AnyTagClassName
{
color: #581DF3;
}
</style>
background-color css
<style>
a { background-color: #581DF3; }
a { background-color: rgb(88,29,243); }
div.DivClassName
{
background-color: #581DF3;
}
.BgClassName
{
background-color: #581DF3;
}
</style>
border-color css
<style>
span { border-color: #581DF3; }
span { border-color: rgb(88,29,243); }
td.TdClassName
{
border-color: #581DF3;
}
.TagClassName
{
border-color: #581DF3;
}
</style>