Shades of Han Purple #581CFD
Tints of Han Purple #581CFD
RGB
CMYK
RGB Variations
Color information
#581CFD (or 0x581CFD) is known color: Han Purple. HEX triplet: 58, 1C and FD. RGB value is (88,28,253). Sum of RGB (Red+Green+Blue) = 88+28+253=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #581CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581CFD is #A7E302. Grayscale: #464646. Windows color (decimal): -11002627 or 16587864. OLE color: 16587864.
HSL color Cylindrical-coordinate representation of color #581CFD: hue angle of 256º degrees, saturation: 0.98, 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 #581CFD is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 28 | 253 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.01 |
| HSL | 256º | 0.98% | 0.55% | - |
| HSV(B) | 256º | 0.89% | 0.99% | - |
| XYZ | 22.17 | 10 | 93.69 | - |
| YUV | 71.59 | 230.38 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 253 | 0.65 | 0.89 | 0 | 0.01 | 256 | 0.98 | 0.55 |
| Hex | 58 | 1C | FD | 41 | 59 | 0 | 1 | 100 | 62 | 37 |
| Octal | 130 | 34 | 375 | 101 | 131 | 0 | 1 | 400 | 142 | 67 |
| Binary | 1011000 | 11100 | 11111101 | 1000001 | 1011001 | 0 | 1 | 100000000 | 1100010 | 110111 |
Color Harmonies of #581CFD
Complementary color
Monochromatic Colors of #581CFD
Black with #581CFD
Text Example
Text Example
White with #581CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CFD; }
p { color: rgb(88,28,253); }
H1.HeaderClassName
{
color: #581CFD;
}
.AnyTagClassName
{
color: #581CFD;
}
</style>
background-color css
<style>
a { background-color: #581CFD; }
a { background-color: rgb(88,28,253); }
div.DivClassName
{
background-color: #581CFD;
}
.BgClassName
{
background-color: #581CFD;
}
</style>
border-color css
<style>
span { border-color: #581CFD; }
span { border-color: rgb(88,28,253); }
td.TdClassName
{
border-color: #581CFD;
}
.TagClassName
{
border-color: #581CFD;
}
</style>