Shades of Han Purple #520DF3
Tints of Han Purple #520DF3
RGB
CMYK
RGB Variations
Color information
#520DF3 (or 0x520DF3) is known color: Han Purple. HEX triplet: 52, 0D and F3. RGB value is (82,13,243). Sum of RGB (Red+Green+Blue) = 82+13+243=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 243 (95.31% from 255 or 71.89% from 338); Max value from RGB is 243 - color contains mainly: blue. Hex color #520DF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520DF3 is #ADF20C. Grayscale: #3B3B3B. Windows color (decimal): -11399693 or 15928658. OLE color: 15928658.
HSL color Cylindrical-coordinate representation of color #520DF3: hue angle of 258º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520DF3 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 13 | 243 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.05 |
| HSL | 258º | 0.91% | 0.5% | - |
| HSV(B) | 258º | 0.95% | 0.95% | - |
| XYZ | 19.8 | 8.55 | 85.4 | - |
| YUV | 59.85 | 231.36 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 243 | 0.66 | 0.95 | 0 | 0.05 | 258 | 0.91 | 0.5 |
| Hex | 52 | D | F3 | 42 | 5F | 0 | 5 | 102 | 5B | 32 |
| Octal | 122 | 15 | 363 | 102 | 137 | 0 | 5 | 402 | 133 | 62 |
| Binary | 1010010 | 1101 | 11110011 | 1000010 | 1011111 | 0 | 101 | 100000010 | 1011011 | 110010 |
Color Harmonies of #520DF3
Complementary color
Monochromatic Colors of #520DF3
Black with #520DF3
Text Example
Text Example
White with #520DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DF3; }
p { color: rgb(82,13,243); }
H1.HeaderClassName
{
color: #520DF3;
}
.AnyTagClassName
{
color: #520DF3;
}
</style>
background-color css
<style>
a { background-color: #520DF3; }
a { background-color: rgb(82,13,243); }
div.DivClassName
{
background-color: #520DF3;
}
.BgClassName
{
background-color: #520DF3;
}
</style>
border-color css
<style>
span { border-color: #520DF3; }
span { border-color: rgb(82,13,243); }
td.TdClassName
{
border-color: #520DF3;
}
.TagClassName
{
border-color: #520DF3;
}
</style>