Shades of Han Purple #5312FE
Tints of Han Purple #5312FE
RGB
CMYK
RGB Variations
Color information
#5312FE (or 0x5312FE) is known color: Han Purple. HEX triplet: 53, 12 and FE. RGB value is (83,18,254). Sum of RGB (Red+Green+Blue) = 83+18+254=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #5312FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5312FE is #ACED01. Grayscale: #3F3F3F. Windows color (decimal): -11332866 or 16650835. OLE color: 16650835.
HSL color Cylindrical-coordinate representation of color #5312FE: hue angle of 256.53º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5312FE is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 18 | 254 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.00 |
| HSL | 256.53º | 0.99% | 0.53% | - |
| HSV(B) | 256.53º | 0.93% | 1% | - |
| XYZ | 21.67 | 9.43 | 94.44 | - |
| YUV | 64.34 | 235.03 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 254 | 0.67 | 0.93 | 0 | 0.00 | 256.53 | 0.99 | 0.53 |
| Hex | 53 | 12 | FE | 43 | 5D | 0 | 0 | 101 | 63 | 35 |
| Octal | 123 | 22 | 376 | 103 | 135 | 0 | 0 | 401 | 143 | 65 |
| Binary | 1010011 | 10010 | 11111110 | 1000011 | 1011101 | 0 | 0 | 100000001 | 1100011 | 110101 |
Color Harmonies of #5312FE
Complementary color
Monochromatic Colors of #5312FE
Black with #5312FE
Text Example
Text Example
White with #5312FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312FE; }
p { color: rgb(83,18,254); }
H1.HeaderClassName
{
color: #5312FE;
}
.AnyTagClassName
{
color: #5312FE;
}
</style>
background-color css
<style>
a { background-color: #5312FE; }
a { background-color: rgb(83,18,254); }
div.DivClassName
{
background-color: #5312FE;
}
.BgClassName
{
background-color: #5312FE;
}
</style>
border-color css
<style>
span { border-color: #5312FE; }
span { border-color: rgb(83,18,254); }
td.TdClassName
{
border-color: #5312FE;
}
.TagClassName
{
border-color: #5312FE;
}
</style>