Shades of Han Purple #5214FE
Tints of Han Purple #5214FE
RGB
CMYK
RGB Variations
Color information
#5214FE (or 0x5214FE) is known color: Han Purple. HEX triplet: 52, 14 and FE. RGB value is (82,20,254). Sum of RGB (Red+Green+Blue) = 82+20+254=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #5214FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5214FE is #ADEB01. Grayscale: #404040. Windows color (decimal): -11397890 or 16651346. OLE color: 16651346.
HSL color Cylindrical-coordinate representation of color #5214FE: hue angle of 255.9º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5214FE is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 20 | 254 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.00 |
| HSL | 255.9º | 0.99% | 0.54% | - |
| HSV(B) | 255.9º | 0.92% | 1% | - |
| XYZ | 21.62 | 9.45 | 94.45 | - |
| YUV | 65.21 | 234.54 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 254 | 0.68 | 0.92 | 0 | 0.00 | 255.9 | 0.99 | 0.54 |
| Hex | 52 | 14 | FE | 44 | 5C | 0 | 0 | 100 | 63 | 36 |
| Octal | 122 | 24 | 376 | 104 | 134 | 0 | 0 | 400 | 143 | 66 |
| Binary | 1010010 | 10100 | 11111110 | 1000100 | 1011100 | 0 | 0 | 100000000 | 1100011 | 110110 |
Color Harmonies of #5214FE
Complementary color
Monochromatic Colors of #5214FE
Black with #5214FE
Text Example
Text Example
White with #5214FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5214FE; }
p { color: rgb(82,20,254); }
H1.HeaderClassName
{
color: #5214FE;
}
.AnyTagClassName
{
color: #5214FE;
}
</style>
background-color css
<style>
a { background-color: #5214FE; }
a { background-color: rgb(82,20,254); }
div.DivClassName
{
background-color: #5214FE;
}
.BgClassName
{
background-color: #5214FE;
}
</style>
border-color css
<style>
span { border-color: #5214FE; }
span { border-color: rgb(82,20,254); }
td.TdClassName
{
border-color: #5214FE;
}
.TagClassName
{
border-color: #5214FE;
}
</style>