Shades of Han Purple #5312FC
Tints of Han Purple #5312FC
RGB
CMYK
RGB Variations
Color information
#5312FC (or 0x5312FC) is known color: Han Purple. HEX triplet: 53, 12 and FC. RGB value is (83,18,252). Sum of RGB (Red+Green+Blue) = 83+18+252=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #5312FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5312FC is #ACED03. Grayscale: #3F3F3F. Windows color (decimal): -11332868 or 16519763. OLE color: 16519763.
HSL color Cylindrical-coordinate representation of color #5312FC: hue angle of 256.67º 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 #5312FC is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 18 | 252 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.01 |
| HSL | 256.67º | 0.98% | 0.53% | - |
| HSV(B) | 256.67º | 0.93% | 0.99% | - |
| XYZ | 21.35 | 9.3 | 92.77 | - |
| YUV | 64.11 | 234.03 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 252 | 0.67 | 0.93 | 0 | 0.01 | 256.67 | 0.98 | 0.53 |
| Hex | 53 | 12 | FC | 43 | 5D | 0 | 1 | 101 | 62 | 35 |
| Octal | 123 | 22 | 374 | 103 | 135 | 0 | 1 | 401 | 142 | 65 |
| Binary | 1010011 | 10010 | 11111100 | 1000011 | 1011101 | 0 | 1 | 100000001 | 1100010 | 110101 |
Color Harmonies of #5312FC
Complementary color
Monochromatic Colors of #5312FC
Black with #5312FC
Text Example
Text Example
White with #5312FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312FC; }
p { color: rgb(83,18,252); }
H1.HeaderClassName
{
color: #5312FC;
}
.AnyTagClassName
{
color: #5312FC;
}
</style>
background-color css
<style>
a { background-color: #5312FC; }
a { background-color: rgb(83,18,252); }
div.DivClassName
{
background-color: #5312FC;
}
.BgClassName
{
background-color: #5312FC;
}
</style>
border-color css
<style>
span { border-color: #5312FC; }
span { border-color: rgb(83,18,252); }
td.TdClassName
{
border-color: #5312FC;
}
.TagClassName
{
border-color: #5312FC;
}
</style>