Shades of Han Purple #531CF5
Tints of Han Purple #531CF5
RGB
CMYK
RGB Variations
Color information
#531CF5 (or 0x531CF5) is known color: Han Purple. HEX triplet: 53, 1C and F5. RGB value is (83,28,245). Sum of RGB (Red+Green+Blue) = 83+28+245=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 245 (96.09% from 255 or 68.82% from 356); Max value from RGB is 245 - color contains mainly: blue. Hex color #531CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531CF5 is #ACE30A. Grayscale: #444444. Windows color (decimal): -11330315 or 16063571. OLE color: 16063571.
HSL color Cylindrical-coordinate representation of color #531CF5: hue angle of 255.21º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531CF5 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 28 | 245 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.04 |
| HSL | 255.21º | 0.92% | 0.54% | - |
| HSV(B) | 255.21º | 0.89% | 0.96% | - |
| XYZ | 20.46 | 9.26 | 87.1 | - |
| YUV | 69.18 | 227.22 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 245 | 0.66 | 0.89 | 0 | 0.04 | 255.21 | 0.92 | 0.54 |
| Hex | 53 | 1C | F5 | 42 | 59 | 0 | 4 | FF | 5C | 36 |
| Octal | 123 | 34 | 365 | 102 | 131 | 0 | 4 | 377 | 134 | 66 |
| Binary | 1010011 | 11100 | 11110101 | 1000010 | 1011001 | 0 | 100 | 11111111 | 1011100 | 110110 |
Color Harmonies of #531CF5
Complementary color
Monochromatic Colors of #531CF5
Black with #531CF5
Text Example
Text Example
White with #531CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CF5; }
p { color: rgb(83,28,245); }
H1.HeaderClassName
{
color: #531CF5;
}
.AnyTagClassName
{
color: #531CF5;
}
</style>
background-color css
<style>
a { background-color: #531CF5; }
a { background-color: rgb(83,28,245); }
div.DivClassName
{
background-color: #531CF5;
}
.BgClassName
{
background-color: #531CF5;
}
</style>
border-color css
<style>
span { border-color: #531CF5; }
span { border-color: rgb(83,28,245); }
td.TdClassName
{
border-color: #531CF5;
}
.TagClassName
{
border-color: #531CF5;
}
</style>