Shades of Han Purple #521EFB
Tints of Han Purple #521EFB
RGB
CMYK
RGB Variations
Color information
#521EFB (or 0x521EFB) is known color: Han Purple. HEX triplet: 52, 1E and FB. RGB value is (82,30,251). Sum of RGB (Red+Green+Blue) = 82+30+251=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #521EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EFB is #ADE104. Grayscale: #454545. Windows color (decimal): -11395333 or 16457298. OLE color: 16457298.
HSL color Cylindrical-coordinate representation of color #521EFB: hue angle of 254.12º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521EFB is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 30 | 251 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.02 |
| HSL | 254.12º | 0.97% | 0.55% | - |
| HSV(B) | 254.12º | 0.88% | 0.98% | - |
| XYZ | 21.36 | 9.69 | 92.01 | - |
| YUV | 70.74 | 229.73 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 251 | 0.67 | 0.88 | 0 | 0.02 | 254.12 | 0.97 | 0.55 |
| Hex | 52 | 1E | FB | 43 | 58 | 0 | 2 | FE | 61 | 37 |
| Octal | 122 | 36 | 373 | 103 | 130 | 0 | 2 | 376 | 141 | 67 |
| Binary | 1010010 | 11110 | 11111011 | 1000011 | 1011000 | 0 | 10 | 11111110 | 1100001 | 110111 |
Color Harmonies of #521EFB
Complementary color
Monochromatic Colors of #521EFB
Black with #521EFB
Text Example
Text Example
White with #521EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EFB; }
p { color: rgb(82,30,251); }
H1.HeaderClassName
{
color: #521EFB;
}
.AnyTagClassName
{
color: #521EFB;
}
</style>
background-color css
<style>
a { background-color: #521EFB; }
a { background-color: rgb(82,30,251); }
div.DivClassName
{
background-color: #521EFB;
}
.BgClassName
{
background-color: #521EFB;
}
</style>
border-color css
<style>
span { border-color: #521EFB; }
span { border-color: rgb(82,30,251); }
td.TdClassName
{
border-color: #521EFB;
}
.TagClassName
{
border-color: #521EFB;
}
</style>