Shades of Han Purple #522BFB
Tints of Han Purple #522BFB
RGB
CMYK
RGB Variations
Color information
#522BFB (or 0x522BFB) is known color: Han Purple. HEX triplet: 52, 2B and FB. RGB value is (82,43,251). Sum of RGB (Red+Green+Blue) = 82+43+251=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #522BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522BFB is #ADD404. Grayscale: #4D4D4D. Windows color (decimal): -11392005 or 16460626. OLE color: 16460626.
HSL color Cylindrical-coordinate representation of color #522BFB: hue angle of 251.25º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #522BFB is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 43 | 251 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.02 |
| HSL | 251.25º | 0.96% | 0.58% | - |
| HSV(B) | 251.25º | 0.83% | 0.98% | - |
| XYZ | 21.76 | 10.49 | 92.14 | - |
| YUV | 78.37 | 225.42 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 251 | 0.67 | 0.83 | 0 | 0.02 | 251.25 | 0.96 | 0.58 |
| Hex | 52 | 2B | FB | 43 | 53 | 0 | 2 | FB | 60 | 3A |
| Octal | 122 | 53 | 373 | 103 | 123 | 0 | 2 | 373 | 140 | 72 |
| Binary | 1010010 | 101011 | 11111011 | 1000011 | 1010011 | 0 | 10 | 11111011 | 1100000 | 111010 |
Color Harmonies of #522BFB
Complementary color
Monochromatic Colors of #522BFB
Black with #522BFB
Text Example
Text Example
White with #522BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522BFB; }
p { color: rgb(82,43,251); }
H1.HeaderClassName
{
color: #522BFB;
}
.AnyTagClassName
{
color: #522BFB;
}
</style>
background-color css
<style>
a { background-color: #522BFB; }
a { background-color: rgb(82,43,251); }
div.DivClassName
{
background-color: #522BFB;
}
.BgClassName
{
background-color: #522BFB;
}
</style>
border-color css
<style>
span { border-color: #522BFB; }
span { border-color: rgb(82,43,251); }
td.TdClassName
{
border-color: #522BFB;
}
.TagClassName
{
border-color: #522BFB;
}
</style>