Shades of Han Purple #531AF6
Tints of Han Purple #531AF6
RGB
CMYK
RGB Variations
Color information
#531AF6 (or 0x531AF6) is known color: Han Purple. HEX triplet: 53, 1A and F6. RGB value is (83,26,246). Sum of RGB (Red+Green+Blue) = 83+26+246=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #531AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531AF6 is #ACE509. Grayscale: #434343. Windows color (decimal): -11330826 or 16128595. OLE color: 16128595.
HSL color Cylindrical-coordinate representation of color #531AF6: hue angle of 255.55º 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 #531AF6 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 26 | 246 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.04 |
| HSL | 255.55º | 0.92% | 0.53% | - |
| HSV(B) | 255.55º | 0.89% | 0.96% | - |
| XYZ | 20.57 | 9.23 | 87.89 | - |
| YUV | 68.12 | 228.38 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 246 | 0.66 | 0.89 | 0 | 0.04 | 255.55 | 0.92 | 0.53 |
| Hex | 53 | 1A | F6 | 42 | 59 | 0 | 4 | 100 | 5C | 35 |
| Octal | 123 | 32 | 366 | 102 | 131 | 0 | 4 | 400 | 134 | 65 |
| Binary | 1010011 | 11010 | 11110110 | 1000010 | 1011001 | 0 | 100 | 100000000 | 1011100 | 110101 |
Color Harmonies of #531AF6
Complementary color
Monochromatic Colors of #531AF6
Black with #531AF6
Text Example
Text Example
White with #531AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531AF6; }
p { color: rgb(83,26,246); }
H1.HeaderClassName
{
color: #531AF6;
}
.AnyTagClassName
{
color: #531AF6;
}
</style>
background-color css
<style>
a { background-color: #531AF6; }
a { background-color: rgb(83,26,246); }
div.DivClassName
{
background-color: #531AF6;
}
.BgClassName
{
background-color: #531AF6;
}
</style>
border-color css
<style>
span { border-color: #531AF6; }
span { border-color: rgb(83,26,246); }
td.TdClassName
{
border-color: #531AF6;
}
.TagClassName
{
border-color: #531AF6;
}
</style>