Shades of Han Purple #521FE3
Tints of Han Purple #521FE3
RGB
CMYK
RGB Variations
Color information
#521FE3 (or 0x521FE3) is known color: Han Purple. HEX triplet: 52, 1F and E3. RGB value is (82,31,227). Sum of RGB (Red+Green+Blue) = 82+31+227=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 227 (89.06% from 255 or 66.76% from 340); Max value from RGB is 227 - color contains mainly: blue. Hex color #521FE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FE3 is #ADE01C. Grayscale: #434343. Windows color (decimal): -11395101 or 14884690. OLE color: 14884690.
HSL color Cylindrical-coordinate representation of color #521FE3: hue angle of 255.61º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521FE3 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 31 | 227 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.11 |
| HSL | 255.61º | 0.78% | 0.51% | - |
| HSV(B) | 255.61º | 0.86% | 0.89% | - |
| XYZ | 17.83 | 8.32 | 73.34 | - |
| YUV | 68.59 | 217.4 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 227 | 0.64 | 0.86 | 0 | 0.11 | 255.61 | 0.78 | 0.51 |
| Hex | 52 | 1F | E3 | 40 | 56 | 0 | B | 100 | 4E | 33 |
| Octal | 122 | 37 | 343 | 100 | 126 | 0 | 13 | 400 | 116 | 63 |
| Binary | 1010010 | 11111 | 11100011 | 1000000 | 1010110 | 0 | 1011 | 100000000 | 1001110 | 110011 |
Color Harmonies of #521FE3
Complementary color
Monochromatic Colors of #521FE3
Black with #521FE3
Text Example
Text Example
White with #521FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FE3; }
p { color: rgb(82,31,227); }
H1.HeaderClassName
{
color: #521FE3;
}
.AnyTagClassName
{
color: #521FE3;
}
</style>
background-color css
<style>
a { background-color: #521FE3; }
a { background-color: rgb(82,31,227); }
div.DivClassName
{
background-color: #521FE3;
}
.BgClassName
{
background-color: #521FE3;
}
</style>
border-color css
<style>
span { border-color: #521FE3; }
span { border-color: rgb(82,31,227); }
td.TdClassName
{
border-color: #521FE3;
}
.TagClassName
{
border-color: #521FE3;
}
</style>