Shades of Han Purple #521EF2
Tints of Han Purple #521EF2
RGB
CMYK
RGB Variations
Color information
#521EF2 (or 0x521EF2) is known color: Han Purple. HEX triplet: 52, 1E and F2. RGB value is (82,30,242). Sum of RGB (Red+Green+Blue) = 82+30+242=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 242 (94.92% from 255 or 68.36% from 354); Max value from RGB is 242 - color contains mainly: blue. Hex color #521EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EF2 is #ADE10D. Grayscale: #444444. Windows color (decimal): -11395342 or 15867474. OLE color: 15867474.
HSL color Cylindrical-coordinate representation of color #521EF2: hue angle of 254.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521EF2 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 30 | 242 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.05 |
| HSL | 254.72º | 0.89% | 0.53% | - |
| HSV(B) | 254.72º | 0.88% | 0.95% | - |
| XYZ | 19.97 | 9.13 | 84.71 | - |
| YUV | 69.72 | 225.23 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 242 | 0.66 | 0.88 | 0 | 0.05 | 254.72 | 0.89 | 0.53 |
| Hex | 52 | 1E | F2 | 42 | 58 | 0 | 5 | FF | 59 | 35 |
| Octal | 122 | 36 | 362 | 102 | 130 | 0 | 5 | 377 | 131 | 65 |
| Binary | 1010010 | 11110 | 11110010 | 1000010 | 1011000 | 0 | 101 | 11111111 | 1011001 | 110101 |
Color Harmonies of #521EF2
Complementary color
Monochromatic Colors of #521EF2
Black with #521EF2
Text Example
Text Example
White with #521EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EF2; }
p { color: rgb(82,30,242); }
H1.HeaderClassName
{
color: #521EF2;
}
.AnyTagClassName
{
color: #521EF2;
}
</style>
background-color css
<style>
a { background-color: #521EF2; }
a { background-color: rgb(82,30,242); }
div.DivClassName
{
background-color: #521EF2;
}
.BgClassName
{
background-color: #521EF2;
}
</style>
border-color css
<style>
span { border-color: #521EF2; }
span { border-color: rgb(82,30,242); }
td.TdClassName
{
border-color: #521EF2;
}
.TagClassName
{
border-color: #521EF2;
}
</style>