Shades of Han Purple #5812FC
Tints of Han Purple #5812FC
RGB
CMYK
RGB Variations
Color information
#5812FC (or 0x5812FC) is known color: Han Purple. HEX triplet: 58, 12 and FC. RGB value is (88,18,252). Sum of RGB (Red+Green+Blue) = 88+18+252=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #5812FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5812FC is #A7ED03. Grayscale: #404040. Windows color (decimal): -11005188 or 16519768. OLE color: 16519768.
HSL color Cylindrical-coordinate representation of color #5812FC: hue angle of 257.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5812FC is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 18 | 252 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.01 |
| HSL | 257.95º | 0.98% | 0.53% | - |
| HSV(B) | 257.95º | 0.93% | 0.99% | - |
| XYZ | 21.81 | 9.54 | 92.79 | - |
| YUV | 65.61 | 233.19 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 252 | 0.65 | 0.93 | 0 | 0.01 | 257.95 | 0.98 | 0.53 |
| Hex | 58 | 12 | FC | 41 | 5D | 0 | 1 | 102 | 62 | 35 |
| Octal | 130 | 22 | 374 | 101 | 135 | 0 | 1 | 402 | 142 | 65 |
| Binary | 1011000 | 10010 | 11111100 | 1000001 | 1011101 | 0 | 1 | 100000010 | 1100010 | 110101 |
Color Harmonies of #5812FC
Complementary color
Monochromatic Colors of #5812FC
Black with #5812FC
Text Example
Text Example
White with #5812FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5812FC; }
p { color: rgb(88,18,252); }
H1.HeaderClassName
{
color: #5812FC;
}
.AnyTagClassName
{
color: #5812FC;
}
</style>
background-color css
<style>
a { background-color: #5812FC; }
a { background-color: rgb(88,18,252); }
div.DivClassName
{
background-color: #5812FC;
}
.BgClassName
{
background-color: #5812FC;
}
</style>
border-color css
<style>
span { border-color: #5812FC; }
span { border-color: rgb(88,18,252); }
td.TdClassName
{
border-color: #5812FC;
}
.TagClassName
{
border-color: #5812FC;
}
</style>