Shades of Han Purple #522EFB
Tints of Han Purple #522EFB
RGB
CMYK
RGB Variations
Color information
#522EFB (or 0x522EFB) is known color: Han Purple. HEX triplet: 52, 2E and FB. RGB value is (82,46,251). Sum of RGB (Red+Green+Blue) = 82+46+251=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #522EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522EFB is #ADD104. Grayscale: #4F4F4F. Windows color (decimal): -11391237 or 16461394. OLE color: 16461394.
HSL color Cylindrical-coordinate representation of color #522EFB: hue angle of 250.54º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #522EFB is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 46 | 251 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.02 |
| HSL | 250.54º | 0.96% | 0.58% | - |
| HSV(B) | 250.54º | 0.82% | 0.98% | - |
| XYZ | 21.87 | 10.71 | 92.18 | - |
| YUV | 80.13 | 224.43 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 251 | 0.67 | 0.82 | 0 | 0.02 | 250.54 | 0.96 | 0.58 |
| Hex | 52 | 2E | FB | 43 | 52 | 0 | 2 | FB | 60 | 3A |
| Octal | 122 | 56 | 373 | 103 | 122 | 0 | 2 | 373 | 140 | 72 |
| Binary | 1010010 | 101110 | 11111011 | 1000011 | 1010010 | 0 | 10 | 11111011 | 1100000 | 111010 |
Color Harmonies of #522EFB
Complementary color
Monochromatic Colors of #522EFB
Black with #522EFB
Text Example
Text Example
White with #522EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522EFB; }
p { color: rgb(82,46,251); }
H1.HeaderClassName
{
color: #522EFB;
}
.AnyTagClassName
{
color: #522EFB;
}
</style>
background-color css
<style>
a { background-color: #522EFB; }
a { background-color: rgb(82,46,251); }
div.DivClassName
{
background-color: #522EFB;
}
.BgClassName
{
background-color: #522EFB;
}
</style>
border-color css
<style>
span { border-color: #522EFB; }
span { border-color: rgb(82,46,251); }
td.TdClassName
{
border-color: #522EFB;
}
.TagClassName
{
border-color: #522EFB;
}
</style>