Shades of Han Purple #5818FD
Tints of Han Purple #5818FD
RGB
CMYK
RGB Variations
Color information
#5818FD (or 0x5818FD) is known color: Han Purple. HEX triplet: 58, 18 and FD. RGB value is (88,24,253). Sum of RGB (Red+Green+Blue) = 88+24+253=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #5818FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5818FD is #A7E702. Grayscale: #444444. Windows color (decimal): -11003651 or 16586840. OLE color: 16586840.
HSL color Cylindrical-coordinate representation of color #5818FD: hue angle of 256.77º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5818FD is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 24 | 253 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.01 |
| HSL | 256.77º | 0.98% | 0.54% | - |
| HSV(B) | 256.77º | 0.91% | 0.99% | - |
| XYZ | 22.08 | 9.82 | 93.66 | - |
| YUV | 69.24 | 231.7 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 253 | 0.65 | 0.91 | 0 | 0.01 | 256.77 | 0.98 | 0.54 |
| Hex | 58 | 18 | FD | 41 | 5B | 0 | 1 | 101 | 62 | 36 |
| Octal | 130 | 30 | 375 | 101 | 133 | 0 | 1 | 401 | 142 | 66 |
| Binary | 1011000 | 11000 | 11111101 | 1000001 | 1011011 | 0 | 1 | 100000001 | 1100010 | 110110 |
Color Harmonies of #5818FD
Complementary color
Monochromatic Colors of #5818FD
Black with #5818FD
Text Example
Text Example
White with #5818FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5818FD; }
p { color: rgb(88,24,253); }
H1.HeaderClassName
{
color: #5818FD;
}
.AnyTagClassName
{
color: #5818FD;
}
</style>
background-color css
<style>
a { background-color: #5818FD; }
a { background-color: rgb(88,24,253); }
div.DivClassName
{
background-color: #5818FD;
}
.BgClassName
{
background-color: #5818FD;
}
</style>
border-color css
<style>
span { border-color: #5818FD; }
span { border-color: rgb(88,24,253); }
td.TdClassName
{
border-color: #5818FD;
}
.TagClassName
{
border-color: #5818FD;
}
</style>