Shades of Han Purple #521AF9
Tints of Han Purple #521AF9
RGB
CMYK
RGB Variations
Color information
#521AF9 (or 0x521AF9) is known color: Han Purple. HEX triplet: 52, 1A and F9. RGB value is (82,26,249). Sum of RGB (Red+Green+Blue) = 82+26+249=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 249 (97.66% from 255 or 69.75% from 357); Max value from RGB is 249 - color contains mainly: blue. Hex color #521AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AF9 is #ADE506. Grayscale: #434343. Windows color (decimal): -11396359 or 16325202. OLE color: 16325202.
HSL color Cylindrical-coordinate representation of color #521AF9: hue angle of 255.07º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521AF9 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 26 | 249 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.02 |
| HSL | 255.07º | 0.95% | 0.54% | - |
| HSV(B) | 255.07º | 0.9% | 0.98% | - |
| XYZ | 20.95 | 9.37 | 90.33 | - |
| YUV | 68.17 | 230.05 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 249 | 0.67 | 0.90 | 0 | 0.02 | 255.07 | 0.95 | 0.54 |
| Hex | 52 | 1A | F9 | 43 | 5A | 0 | 2 | FF | 5F | 36 |
| Octal | 122 | 32 | 371 | 103 | 132 | 0 | 2 | 377 | 137 | 66 |
| Binary | 1010010 | 11010 | 11111001 | 1000011 | 1011010 | 0 | 10 | 11111111 | 1011111 | 110110 |
Color Harmonies of #521AF9
Complementary color
Monochromatic Colors of #521AF9
Black with #521AF9
Text Example
Text Example
White with #521AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521AF9; }
p { color: rgb(82,26,249); }
H1.HeaderClassName
{
color: #521AF9;
}
.AnyTagClassName
{
color: #521AF9;
}
</style>
background-color css
<style>
a { background-color: #521AF9; }
a { background-color: rgb(82,26,249); }
div.DivClassName
{
background-color: #521AF9;
}
.BgClassName
{
background-color: #521AF9;
}
</style>
border-color css
<style>
span { border-color: #521AF9; }
span { border-color: rgb(82,26,249); }
td.TdClassName
{
border-color: #521AF9;
}
.TagClassName
{
border-color: #521AF9;
}
</style>