Shades of Han Purple #5314FC
Tints of Han Purple #5314FC
RGB
CMYK
RGB Variations
Color information
#5314FC (or 0x5314FC) is known color: Han Purple. HEX triplet: 53, 14 and FC. RGB value is (83,20,252). Sum of RGB (Red+Green+Blue) = 83+20+252=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #5314FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5314FC is #ACEB03. Grayscale: #404040. Windows color (decimal): -11332356 or 16520275. OLE color: 16520275.
HSL color Cylindrical-coordinate representation of color #5314FC: hue angle of 256.29º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5314FC is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 20 | 252 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.01 |
| HSL | 256.29º | 0.97% | 0.53% | - |
| HSV(B) | 256.29º | 0.92% | 0.99% | - |
| XYZ | 21.39 | 9.37 | 92.78 | - |
| YUV | 65.29 | 233.37 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 252 | 0.67 | 0.92 | 0 | 0.01 | 256.29 | 0.97 | 0.53 |
| Hex | 53 | 14 | FC | 43 | 5C | 0 | 1 | 100 | 61 | 35 |
| Octal | 123 | 24 | 374 | 103 | 134 | 0 | 1 | 400 | 141 | 65 |
| Binary | 1010011 | 10100 | 11111100 | 1000011 | 1011100 | 0 | 1 | 100000000 | 1100001 | 110101 |
Color Harmonies of #5314FC
Complementary color
Monochromatic Colors of #5314FC
Black with #5314FC
Text Example
Text Example
White with #5314FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5314FC; }
p { color: rgb(83,20,252); }
H1.HeaderClassName
{
color: #5314FC;
}
.AnyTagClassName
{
color: #5314FC;
}
</style>
background-color css
<style>
a { background-color: #5314FC; }
a { background-color: rgb(83,20,252); }
div.DivClassName
{
background-color: #5314FC;
}
.BgClassName
{
background-color: #5314FC;
}
</style>
border-color css
<style>
span { border-color: #5314FC; }
span { border-color: rgb(83,20,252); }
td.TdClassName
{
border-color: #5314FC;
}
.TagClassName
{
border-color: #5314FC;
}
</style>