Shades of Han Purple #5213FB
Tints of Han Purple #5213FB
RGB
CMYK
RGB Variations
Color information
#5213FB (or 0x5213FB) is known color: Han Purple. HEX triplet: 52, 13 and FB. RGB value is (82,19,251). Sum of RGB (Red+Green+Blue) = 82+19+251=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #5213FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5213FB is #ADEC04. Grayscale: #3F3F3F. Windows color (decimal): -11398149 or 16454482. OLE color: 16454482.
HSL color Cylindrical-coordinate representation of color #5213FB: hue angle of 256.29º 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 #5213FB is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 19 | 251 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.02 |
| HSL | 256.29º | 0.97% | 0.53% | - |
| HSV(B) | 256.29º | 0.92% | 0.98% | - |
| XYZ | 21.13 | 9.22 | 91.93 | - |
| YUV | 64.29 | 233.37 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 251 | 0.67 | 0.92 | 0 | 0.02 | 256.29 | 0.97 | 0.53 |
| Hex | 52 | 13 | FB | 43 | 5C | 0 | 2 | 100 | 61 | 35 |
| Octal | 122 | 23 | 373 | 103 | 134 | 0 | 2 | 400 | 141 | 65 |
| Binary | 1010010 | 10011 | 11111011 | 1000011 | 1011100 | 0 | 10 | 100000000 | 1100001 | 110101 |
Color Harmonies of #5213FB
Complementary color
Monochromatic Colors of #5213FB
Black with #5213FB
Text Example
Text Example
White with #5213FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5213FB; }
p { color: rgb(82,19,251); }
H1.HeaderClassName
{
color: #5213FB;
}
.AnyTagClassName
{
color: #5213FB;
}
</style>
background-color css
<style>
a { background-color: #5213FB; }
a { background-color: rgb(82,19,251); }
div.DivClassName
{
background-color: #5213FB;
}
.BgClassName
{
background-color: #5213FB;
}
</style>
border-color css
<style>
span { border-color: #5213FB; }
span { border-color: rgb(82,19,251); }
td.TdClassName
{
border-color: #5213FB;
}
.TagClassName
{
border-color: #5213FB;
}
</style>