Shades of Han Purple #521BEF
Tints of Han Purple #521BEF
RGB
CMYK
RGB Variations
Color information
#521BEF (or 0x521BEF) is known color: Han Purple. HEX triplet: 52, 1B and EF. RGB value is (82,27,239). Sum of RGB (Red+Green+Blue) = 82+27+239=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #521BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521BEF is #ADE410. Grayscale: #424242. Windows color (decimal): -11396113 or 15670098. OLE color: 15670098.
HSL color Cylindrical-coordinate representation of color #521BEF: hue angle of 255.57º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521BEF is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 27 | 239 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.06 |
| HSL | 255.57º | 0.87% | 0.52% | - |
| HSV(B) | 255.57º | 0.89% | 0.94% | - |
| XYZ | 19.45 | 8.81 | 82.34 | - |
| YUV | 67.61 | 224.72 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 239 | 0.66 | 0.89 | 0 | 0.06 | 255.57 | 0.87 | 0.52 |
| Hex | 52 | 1B | EF | 42 | 59 | 0 | 6 | 100 | 57 | 34 |
| Octal | 122 | 33 | 357 | 102 | 131 | 0 | 6 | 400 | 127 | 64 |
| Binary | 1010010 | 11011 | 11101111 | 1000010 | 1011001 | 0 | 110 | 100000000 | 1010111 | 110100 |
Color Harmonies of #521BEF
Complementary color
Monochromatic Colors of #521BEF
Black with #521BEF
Text Example
Text Example
White with #521BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BEF; }
p { color: rgb(82,27,239); }
H1.HeaderClassName
{
color: #521BEF;
}
.AnyTagClassName
{
color: #521BEF;
}
</style>
background-color css
<style>
a { background-color: #521BEF; }
a { background-color: rgb(82,27,239); }
div.DivClassName
{
background-color: #521BEF;
}
.BgClassName
{
background-color: #521BEF;
}
</style>
border-color css
<style>
span { border-color: #521BEF; }
span { border-color: rgb(82,27,239); }
td.TdClassName
{
border-color: #521BEF;
}
.TagClassName
{
border-color: #521BEF;
}
</style>