Shades of Han Purple #5218FA
Tints of Han Purple #5218FA
RGB
CMYK
RGB Variations
Color information
#5218FA (or 0x5218FA) is known color: Han Purple. HEX triplet: 52, 18 and FA. RGB value is (82,24,250). Sum of RGB (Red+Green+Blue) = 82+24+250=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #5218FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5218FA is #ADE705. Grayscale: #424242. Windows color (decimal): -11396870 or 16390226. OLE color: 16390226.
HSL color Cylindrical-coordinate representation of color #5218FA: hue angle of 255.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5218FA is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 24 | 250 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.02 |
| HSL | 255.4º | 0.96% | 0.54% | - |
| HSV(B) | 255.4º | 0.9% | 0.98% | - |
| XYZ | 21.06 | 9.35 | 91.14 | - |
| YUV | 67.11 | 231.22 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 250 | 0.67 | 0.90 | 0 | 0.02 | 255.4 | 0.96 | 0.54 |
| Hex | 52 | 18 | FA | 43 | 5A | 0 | 2 | FF | 60 | 36 |
| Octal | 122 | 30 | 372 | 103 | 132 | 0 | 2 | 377 | 140 | 66 |
| Binary | 1010010 | 11000 | 11111010 | 1000011 | 1011010 | 0 | 10 | 11111111 | 1100000 | 110110 |
Color Harmonies of #5218FA
Complementary color
Monochromatic Colors of #5218FA
Black with #5218FA
Text Example
Text Example
White with #5218FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5218FA; }
p { color: rgb(82,24,250); }
H1.HeaderClassName
{
color: #5218FA;
}
.AnyTagClassName
{
color: #5218FA;
}
</style>
background-color css
<style>
a { background-color: #5218FA; }
a { background-color: rgb(82,24,250); }
div.DivClassName
{
background-color: #5218FA;
}
.BgClassName
{
background-color: #5218FA;
}
</style>
border-color css
<style>
span { border-color: #5218FA; }
span { border-color: rgb(82,24,250); }
td.TdClassName
{
border-color: #5218FA;
}
.TagClassName
{
border-color: #5218FA;
}
</style>