Shades of Han Purple #521BEB
Tints of Han Purple #521BEB
RGB
CMYK
RGB Variations
Color information
#521BEB (or 0x521BEB) is known color: Han Purple. HEX triplet: 52, 1B and EB. RGB value is (82,27,235). Sum of RGB (Red+Green+Blue) = 82+27+235=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #521BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521BEB is #ADE414. Grayscale: #424242. Windows color (decimal): -11396117 or 15407954. OLE color: 15407954.
HSL color Cylindrical-coordinate representation of color #521BEB: hue angle of 255.87º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521BEB is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 27 | 235 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.08 |
| HSL | 255.87º | 0.84% | 0.51% | - |
| HSV(B) | 255.87º | 0.89% | 0.92% | - |
| XYZ | 18.87 | 8.58 | 79.26 | - |
| YUV | 67.16 | 222.72 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 235 | 0.65 | 0.89 | 0 | 0.08 | 255.87 | 0.84 | 0.51 |
| Hex | 52 | 1B | EB | 41 | 59 | 0 | 8 | 100 | 54 | 33 |
| Octal | 122 | 33 | 353 | 101 | 131 | 0 | 10 | 400 | 124 | 63 |
| Binary | 1010010 | 11011 | 11101011 | 1000001 | 1011001 | 0 | 1000 | 100000000 | 1010100 | 110011 |
Color Harmonies of #521BEB
Complementary color
Monochromatic Colors of #521BEB
Black with #521BEB
Text Example
Text Example
White with #521BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BEB; }
p { color: rgb(82,27,235); }
H1.HeaderClassName
{
color: #521BEB;
}
.AnyTagClassName
{
color: #521BEB;
}
</style>
background-color css
<style>
a { background-color: #521BEB; }
a { background-color: rgb(82,27,235); }
div.DivClassName
{
background-color: #521BEB;
}
.BgClassName
{
background-color: #521BEB;
}
</style>
border-color css
<style>
span { border-color: #521BEB; }
span { border-color: rgb(82,27,235); }
td.TdClassName
{
border-color: #521BEB;
}
.TagClassName
{
border-color: #521BEB;
}
</style>