Shades of Han Purple #5214FC
Tints of Han Purple #5214FC
RGB
CMYK
RGB Variations
Color information
#5214FC (or 0x5214FC) is known color: Han Purple. HEX triplet: 52, 14 and FC. RGB value is (82,20,252). Sum of RGB (Red+Green+Blue) = 82+20+252=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #5214FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5214FC is #ADEB03. Grayscale: #404040. Windows color (decimal): -11397892 or 16520274. OLE color: 16520274.
HSL color Cylindrical-coordinate representation of color #5214FC: hue angle of 256.03º 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 #5214FC is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 20 | 252 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.01 |
| HSL | 256.03º | 0.97% | 0.53% | - |
| HSV(B) | 256.03º | 0.92% | 0.99% | - |
| XYZ | 21.3 | 9.32 | 92.77 | - |
| YUV | 64.99 | 233.54 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 252 | 0.67 | 0.92 | 0 | 0.01 | 256.03 | 0.97 | 0.53 |
| Hex | 52 | 14 | FC | 43 | 5C | 0 | 1 | 100 | 61 | 35 |
| Octal | 122 | 24 | 374 | 103 | 134 | 0 | 1 | 400 | 141 | 65 |
| Binary | 1010010 | 10100 | 11111100 | 1000011 | 1011100 | 0 | 1 | 100000000 | 1100001 | 110101 |
Color Harmonies of #5214FC
Complementary color
Monochromatic Colors of #5214FC
Black with #5214FC
Text Example
Text Example
White with #5214FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5214FC; }
p { color: rgb(82,20,252); }
H1.HeaderClassName
{
color: #5214FC;
}
.AnyTagClassName
{
color: #5214FC;
}
</style>
background-color css
<style>
a { background-color: #5214FC; }
a { background-color: rgb(82,20,252); }
div.DivClassName
{
background-color: #5214FC;
}
.BgClassName
{
background-color: #5214FC;
}
</style>
border-color css
<style>
span { border-color: #5214FC; }
span { border-color: rgb(82,20,252); }
td.TdClassName
{
border-color: #5214FC;
}
.TagClassName
{
border-color: #5214FC;
}
</style>