Shades of Han Purple #520FF3
Tints of Han Purple #520FF3
RGB
CMYK
RGB Variations
Color information
#520FF3 (or 0x520FF3) is known color: Han Purple. HEX triplet: 52, 0F and F3. RGB value is (82,15,243). Sum of RGB (Red+Green+Blue) = 82+15+243=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 243 (95.31% from 255 or 71.47% from 340); Max value from RGB is 243 - color contains mainly: blue. Hex color #520FF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FF3 is #ADF00C. Grayscale: #3C3C3C. Windows color (decimal): -11399181 or 15929170. OLE color: 15929170.
HSL color Cylindrical-coordinate representation of color #520FF3: hue angle of 257.63º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520FF3 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 15 | 243 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.05 |
| HSL | 257.63º | 0.9% | 0.51% | - |
| HSV(B) | 257.63º | 0.94% | 0.95% | - |
| XYZ | 19.83 | 8.61 | 85.41 | - |
| YUV | 61.03 | 230.7 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 243 | 0.66 | 0.94 | 0 | 0.05 | 257.63 | 0.9 | 0.51 |
| Hex | 52 | F | F3 | 42 | 5E | 0 | 5 | 102 | 5A | 33 |
| Octal | 122 | 17 | 363 | 102 | 136 | 0 | 5 | 402 | 132 | 63 |
| Binary | 1010010 | 1111 | 11110011 | 1000010 | 1011110 | 0 | 101 | 100000010 | 1011010 | 110011 |
Color Harmonies of #520FF3
Complementary color
Monochromatic Colors of #520FF3
Black with #520FF3
Text Example
Text Example
White with #520FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FF3; }
p { color: rgb(82,15,243); }
H1.HeaderClassName
{
color: #520FF3;
}
.AnyTagClassName
{
color: #520FF3;
}
</style>
background-color css
<style>
a { background-color: #520FF3; }
a { background-color: rgb(82,15,243); }
div.DivClassName
{
background-color: #520FF3;
}
.BgClassName
{
background-color: #520FF3;
}
</style>
border-color css
<style>
span { border-color: #520FF3; }
span { border-color: rgb(82,15,243); }
td.TdClassName
{
border-color: #520FF3;
}
.TagClassName
{
border-color: #520FF3;
}
</style>