Shades of Han Purple #521BFF
Tints of Han Purple #521BFF
RGB
CMYK
RGB Variations
Color information
#521BFF (or 0x521BFF) is known color: Han Purple. HEX triplet: 52, 1B and FF. RGB value is (82,27,255). Sum of RGB (Red+Green+Blue) = 82+27+255=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #521BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521BFF is #ADE400. Grayscale: #444444. Windows color (decimal): -11396097 or 16718674. OLE color: 16718674.
HSL color Cylindrical-coordinate representation of color #521BFF: hue angle of 254.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521BFF is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 27 | 255 | - |
| CMYK | 0.68 | 0.89 | 0 | 0 |
| HSL | 254.47º | 1% | 0.55% | - |
| HSV(B) | 254.47º | 0.89% | 1% | - |
| XYZ | 21.92 | 9.8 | 95.34 | - |
| YUV | 69.44 | 232.72 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 255 | 0.68 | 0.89 | 0 | 0 | 254.47 | 1 | 0.55 |
| Hex | 52 | 1B | FF | 44 | 59 | 0 | 0 | FE | 64 | 37 |
| Octal | 122 | 33 | 377 | 104 | 131 | 0 | 0 | 376 | 144 | 67 |
| Binary | 1010010 | 11011 | 11111111 | 1000100 | 1011001 | 0 | 0 | 11111110 | 1100100 | 110111 |
Color Harmonies of #521BFF
Complementary color
Monochromatic Colors of #521BFF
Black with #521BFF
Text Example
Text Example
White with #521BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BFF; }
p { color: rgb(82,27,255); }
H1.HeaderClassName
{
color: #521BFF;
}
.AnyTagClassName
{
color: #521BFF;
}
</style>
background-color css
<style>
a { background-color: #521BFF; }
a { background-color: rgb(82,27,255); }
div.DivClassName
{
background-color: #521BFF;
}
.BgClassName
{
background-color: #521BFF;
}
</style>
border-color css
<style>
span { border-color: #521BFF; }
span { border-color: rgb(82,27,255); }
td.TdClassName
{
border-color: #521BFF;
}
.TagClassName
{
border-color: #521BFF;
}
</style>