Shades of Han Purple #521AF6
Tints of Han Purple #521AF6
RGB
CMYK
RGB Variations
Color information
#521AF6 (or 0x521AF6) is known color: Han Purple. HEX triplet: 52, 1A and F6. RGB value is (82,26,246). Sum of RGB (Red+Green+Blue) = 82+26+246=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 246 (96.48% from 255 or 69.49% from 354); Max value from RGB is 246 - color contains mainly: blue. Hex color #521AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AF6 is #ADE509. Grayscale: #434343. Windows color (decimal): -11396362 or 16128594. OLE color: 16128594.
HSL color Cylindrical-coordinate representation of color #521AF6: hue angle of 255.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521AF6 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 26 | 246 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.04 |
| HSL | 255.27º | 0.92% | 0.53% | - |
| HSV(B) | 255.27º | 0.89% | 0.96% | - |
| XYZ | 20.48 | 9.19 | 87.88 | - |
| YUV | 67.82 | 228.55 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 246 | 0.67 | 0.89 | 0 | 0.04 | 255.27 | 0.92 | 0.53 |
| Hex | 52 | 1A | F6 | 43 | 59 | 0 | 4 | FF | 5C | 35 |
| Octal | 122 | 32 | 366 | 103 | 131 | 0 | 4 | 377 | 134 | 65 |
| Binary | 1010010 | 11010 | 11110110 | 1000011 | 1011001 | 0 | 100 | 11111111 | 1011100 | 110101 |
Color Harmonies of #521AF6
Complementary color
Monochromatic Colors of #521AF6
Black with #521AF6
Text Example
Text Example
White with #521AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521AF6; }
p { color: rgb(82,26,246); }
H1.HeaderClassName
{
color: #521AF6;
}
.AnyTagClassName
{
color: #521AF6;
}
</style>
background-color css
<style>
a { background-color: #521AF6; }
a { background-color: rgb(82,26,246); }
div.DivClassName
{
background-color: #521AF6;
}
.BgClassName
{
background-color: #521AF6;
}
</style>
border-color css
<style>
span { border-color: #521AF6; }
span { border-color: rgb(82,26,246); }
td.TdClassName
{
border-color: #521AF6;
}
.TagClassName
{
border-color: #521AF6;
}
</style>