Shades of Han Purple #5812FF
Tints of Han Purple #5812FF
RGB
CMYK
RGB Variations
Color information
#5812FF (or 0x5812FF) is known color: Han Purple. HEX triplet: 58, 12 and FF. RGB value is (88,18,255). Sum of RGB (Red+Green+Blue) = 88+18+255=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #5812FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5812FF is #A7ED00. Grayscale: #414141. Windows color (decimal): -11005185 or 16716376. OLE color: 16716376.
HSL color Cylindrical-coordinate representation of color #5812FF: hue angle of 257.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5812FF is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 18 | 255 | - |
| CMYK | 0.65 | 0.93 | 0 | 0 |
| HSL | 257.72º | 1% | 0.54% | - |
| HSV(B) | 257.72º | 0.93% | 1% | - |
| XYZ | 22.29 | 9.73 | 95.31 | - |
| YUV | 65.95 | 234.69 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 255 | 0.65 | 0.93 | 0 | 0 | 257.72 | 1 | 0.54 |
| Hex | 58 | 12 | FF | 41 | 5D | 0 | 0 | 102 | 64 | 36 |
| Octal | 130 | 22 | 377 | 101 | 135 | 0 | 0 | 402 | 144 | 66 |
| Binary | 1011000 | 10010 | 11111111 | 1000001 | 1011101 | 0 | 0 | 100000010 | 1100100 | 110110 |
Color Harmonies of #5812FF
Complementary color
Monochromatic Colors of #5812FF
Black with #5812FF
Text Example
Text Example
White with #5812FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5812FF; }
p { color: rgb(88,18,255); }
H1.HeaderClassName
{
color: #5812FF;
}
.AnyTagClassName
{
color: #5812FF;
}
</style>
background-color css
<style>
a { background-color: #5812FF; }
a { background-color: rgb(88,18,255); }
div.DivClassName
{
background-color: #5812FF;
}
.BgClassName
{
background-color: #5812FF;
}
</style>
border-color css
<style>
span { border-color: #5812FF; }
span { border-color: rgb(88,18,255); }
td.TdClassName
{
border-color: #5812FF;
}
.TagClassName
{
border-color: #5812FF;
}
</style>