Shades of Han Purple #5214FB
Tints of Han Purple #5214FB
RGB
CMYK
RGB Variations
Color information
#5214FB (or 0x5214FB) is known color: Han Purple. HEX triplet: 52, 14 and FB. RGB value is (82,20,251). Sum of RGB (Red+Green+Blue) = 82+20+251=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #5214FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5214FB is #ADEB04. Grayscale: #404040. Windows color (decimal): -11397893 or 16454738. OLE color: 16454738.
HSL color Cylindrical-coordinate representation of color #5214FB: hue angle of 256.1º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5214FB is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 20 | 251 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.02 |
| HSL | 256.1º | 0.97% | 0.53% | - |
| HSV(B) | 256.1º | 0.92% | 0.98% | - |
| XYZ | 21.14 | 9.26 | 91.94 | - |
| YUV | 64.87 | 233.04 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 251 | 0.67 | 0.92 | 0 | 0.02 | 256.1 | 0.97 | 0.53 |
| Hex | 52 | 14 | FB | 43 | 5C | 0 | 2 | 100 | 61 | 35 |
| Octal | 122 | 24 | 373 | 103 | 134 | 0 | 2 | 400 | 141 | 65 |
| Binary | 1010010 | 10100 | 11111011 | 1000011 | 1011100 | 0 | 10 | 100000000 | 1100001 | 110101 |
Color Harmonies of #5214FB
Complementary color
Monochromatic Colors of #5214FB
Black with #5214FB
Text Example
Text Example
White with #5214FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5214FB; }
p { color: rgb(82,20,251); }
H1.HeaderClassName
{
color: #5214FB;
}
.AnyTagClassName
{
color: #5214FB;
}
</style>
background-color css
<style>
a { background-color: #5214FB; }
a { background-color: rgb(82,20,251); }
div.DivClassName
{
background-color: #5214FB;
}
.BgClassName
{
background-color: #5214FB;
}
</style>
border-color css
<style>
span { border-color: #5214FB; }
span { border-color: rgb(82,20,251); }
td.TdClassName
{
border-color: #5214FB;
}
.TagClassName
{
border-color: #5214FB;
}
</style>