Shades of Han Purple #531AF9
Tints of Han Purple #531AF9
RGB
CMYK
RGB Variations
Color information
#531AF9 (or 0x531AF9) is known color: Han Purple. HEX triplet: 53, 1A and F9. RGB value is (83,26,249). Sum of RGB (Red+Green+Blue) = 83+26+249=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #531AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531AF9 is #ACE506. Grayscale: #434343. Windows color (decimal): -11330823 or 16325203. OLE color: 16325203.
HSL color Cylindrical-coordinate representation of color #531AF9: hue angle of 255.34º 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 #531AF9 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 26 | 249 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.02 |
| HSL | 255.34º | 0.95% | 0.54% | - |
| HSV(B) | 255.34º | 0.9% | 0.98% | - |
| XYZ | 21.04 | 9.42 | 90.33 | - |
| YUV | 68.47 | 229.88 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 249 | 0.67 | 0.90 | 0 | 0.02 | 255.34 | 0.95 | 0.54 |
| Hex | 53 | 1A | F9 | 43 | 5A | 0 | 2 | FF | 5F | 36 |
| Octal | 123 | 32 | 371 | 103 | 132 | 0 | 2 | 377 | 137 | 66 |
| Binary | 1010011 | 11010 | 11111001 | 1000011 | 1011010 | 0 | 10 | 11111111 | 1011111 | 110110 |
Color Harmonies of #531AF9
Complementary color
Monochromatic Colors of #531AF9
Black with #531AF9
Text Example
Text Example
White with #531AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531AF9; }
p { color: rgb(83,26,249); }
H1.HeaderClassName
{
color: #531AF9;
}
.AnyTagClassName
{
color: #531AF9;
}
</style>
background-color css
<style>
a { background-color: #531AF9; }
a { background-color: rgb(83,26,249); }
div.DivClassName
{
background-color: #531AF9;
}
.BgClassName
{
background-color: #531AF9;
}
</style>
border-color css
<style>
span { border-color: #531AF9; }
span { border-color: rgb(83,26,249); }
td.TdClassName
{
border-color: #531AF9;
}
.TagClassName
{
border-color: #531AF9;
}
</style>