Shades of Han Purple #521EF4
Tints of Han Purple #521EF4
RGB
CMYK
RGB Variations
Color information
#521EF4 (or 0x521EF4) is known color: Han Purple. HEX triplet: 52, 1E and F4. RGB value is (82,30,244). Sum of RGB (Red+Green+Blue) = 82+30+244=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 244 (95.70% from 255 or 68.54% from 356); Max value from RGB is 244 - color contains mainly: blue. Hex color #521EF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EF4 is #ADE10B. Grayscale: #454545. Windows color (decimal): -11395340 or 15998546. OLE color: 15998546.
HSL color Cylindrical-coordinate representation of color #521EF4: hue angle of 254.58º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521EF4 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 30 | 244 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.04 |
| HSL | 254.58º | 0.91% | 0.54% | - |
| HSV(B) | 254.58º | 0.88% | 0.96% | - |
| XYZ | 20.27 | 9.25 | 86.31 | - |
| YUV | 69.94 | 226.23 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 244 | 0.66 | 0.88 | 0 | 0.04 | 254.58 | 0.91 | 0.54 |
| Hex | 52 | 1E | F4 | 42 | 58 | 0 | 4 | FF | 5B | 36 |
| Octal | 122 | 36 | 364 | 102 | 130 | 0 | 4 | 377 | 133 | 66 |
| Binary | 1010010 | 11110 | 11110100 | 1000010 | 1011000 | 0 | 100 | 11111111 | 1011011 | 110110 |
Color Harmonies of #521EF4
Complementary color
Monochromatic Colors of #521EF4
Black with #521EF4
Text Example
Text Example
White with #521EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EF4; }
p { color: rgb(82,30,244); }
H1.HeaderClassName
{
color: #521EF4;
}
.AnyTagClassName
{
color: #521EF4;
}
</style>
background-color css
<style>
a { background-color: #521EF4; }
a { background-color: rgb(82,30,244); }
div.DivClassName
{
background-color: #521EF4;
}
.BgClassName
{
background-color: #521EF4;
}
</style>
border-color css
<style>
span { border-color: #521EF4; }
span { border-color: rgb(82,30,244); }
td.TdClassName
{
border-color: #521EF4;
}
.TagClassName
{
border-color: #521EF4;
}
</style>