Shades of Han Purple #520FDE
Tints of Han Purple #520FDE
RGB
CMYK
RGB Variations
Color information
#520FDE (or 0x520FDE) is known color: Han Purple. HEX triplet: 52, 0F and DE. RGB value is (82,15,222). Sum of RGB (Red+Green+Blue) = 82+15+222=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #520FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FDE is #ADF021. Grayscale: #393939. Windows color (decimal): -11399202 or 14552914. OLE color: 14552914.
HSL color Cylindrical-coordinate representation of color #520FDE: hue angle of 259.42º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520FDE is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 15 | 222 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.13 |
| HSL | 259.42º | 0.87% | 0.46% | - |
| HSV(B) | 259.42º | 0.93% | 0.87% | - |
| XYZ | 16.84 | 7.41 | 69.65 | - |
| YUV | 58.63 | 220.2 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 222 | 0.63 | 0.93 | 0 | 0.13 | 259.42 | 0.87 | 0.46 |
| Hex | 52 | F | DE | 3F | 5D | 0 | D | 103 | 57 | 2E |
| Octal | 122 | 17 | 336 | 77 | 135 | 0 | 15 | 403 | 127 | 56 |
| Binary | 1010010 | 1111 | 11011110 | 111111 | 1011101 | 0 | 1101 | 100000011 | 1010111 | 101110 |
Color Harmonies of #520FDE
Complementary color
Monochromatic Colors of #520FDE
Black with #520FDE
Text Example
Text Example
White with #520FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FDE; }
p { color: rgb(82,15,222); }
H1.HeaderClassName
{
color: #520FDE;
}
.AnyTagClassName
{
color: #520FDE;
}
</style>
background-color css
<style>
a { background-color: #520FDE; }
a { background-color: rgb(82,15,222); }
div.DivClassName
{
background-color: #520FDE;
}
.BgClassName
{
background-color: #520FDE;
}
</style>
border-color css
<style>
span { border-color: #520FDE; }
span { border-color: rgb(82,15,222); }
td.TdClassName
{
border-color: #520FDE;
}
.TagClassName
{
border-color: #520FDE;
}
</style>