Shades of Han Purple #520DFB
Tints of Han Purple #520DFB
RGB
CMYK
RGB Variations
Color information
#520DFB (or 0x520DFB) is known color: Han Purple. HEX triplet: 52, 0D and FB. RGB value is (82,13,251). Sum of RGB (Red+Green+Blue) = 82+13+251=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #520DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520DFB is #ADF204. Grayscale: #3B3B3B. Windows color (decimal): -11399685 or 16452946. OLE color: 16452946.
HSL color Cylindrical-coordinate representation of color #520DFB: hue angle of 257.39º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520DFB is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 13 | 251 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.02 |
| HSL | 257.4º | 0.97% | 0.52% | - |
| HSV(B) | 257.4º | 0.95% | 0.98% | - |
| XYZ | 21.04 | 9.05 | 91.9 | - |
| YUV | 60.76 | 235.36 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 251 | 0.67 | 0.95 | 0 | 0.02 | 257.4 | 0.97 | 0.52 |
| Hex | 52 | D | FB | 43 | 5F | 0 | 2 | 101 | 61 | 34 |
| Octal | 122 | 15 | 373 | 103 | 137 | 0 | 2 | 401 | 141 | 64 |
| Binary | 1010010 | 1101 | 11111011 | 1000011 | 1011111 | 0 | 10 | 100000001 | 1100001 | 110100 |
Color Harmonies of #520DFB
Complementary color
Monochromatic Colors of #520DFB
Black with #520DFB
Text Example
Text Example
White with #520DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DFB; }
p { color: rgb(82,13,251); }
H1.HeaderClassName
{
color: #520DFB;
}
.AnyTagClassName
{
color: #520DFB;
}
</style>
background-color css
<style>
a { background-color: #520DFB; }
a { background-color: rgb(82,13,251); }
div.DivClassName
{
background-color: #520DFB;
}
.BgClassName
{
background-color: #520DFB;
}
</style>
border-color css
<style>
span { border-color: #520DFB; }
span { border-color: rgb(82,13,251); }
td.TdClassName
{
border-color: #520DFB;
}
.TagClassName
{
border-color: #520DFB;
}
</style>