Shades of Han Purple #531EEE
Tints of Han Purple #531EEE
RGB
CMYK
RGB Variations
Color information
#531EEE (or 0x531EEE) is known color: Han Purple. HEX triplet: 53, 1E and EE. RGB value is (83,30,238). Sum of RGB (Red+Green+Blue) = 83+30+238=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #531EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531EEE is #ACE111. Grayscale: #444444. Windows color (decimal): -11329810 or 15605331. OLE color: 15605331.
HSL color Cylindrical-coordinate representation of color #531EEE: hue angle of 255.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531EEE is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 30 | 238 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.07 |
| HSL | 255.29º | 0.86% | 0.53% | - |
| HSV(B) | 255.29º | 0.87% | 0.93% | - |
| XYZ | 19.46 | 8.94 | 81.59 | - |
| YUV | 69.56 | 223.06 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 238 | 0.65 | 0.87 | 0 | 0.07 | 255.29 | 0.86 | 0.53 |
| Hex | 53 | 1E | EE | 41 | 57 | 0 | 7 | FF | 56 | 35 |
| Octal | 123 | 36 | 356 | 101 | 127 | 0 | 7 | 377 | 126 | 65 |
| Binary | 1010011 | 11110 | 11101110 | 1000001 | 1010111 | 0 | 111 | 11111111 | 1010110 | 110101 |
Color Harmonies of #531EEE
Complementary color
Monochromatic Colors of #531EEE
Black with #531EEE
Text Example
Text Example
White with #531EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531EEE; }
p { color: rgb(83,30,238); }
H1.HeaderClassName
{
color: #531EEE;
}
.AnyTagClassName
{
color: #531EEE;
}
</style>
background-color css
<style>
a { background-color: #531EEE; }
a { background-color: rgb(83,30,238); }
div.DivClassName
{
background-color: #531EEE;
}
.BgClassName
{
background-color: #531EEE;
}
</style>
border-color css
<style>
span { border-color: #531EEE; }
span { border-color: rgb(83,30,238); }
td.TdClassName
{
border-color: #531EEE;
}
.TagClassName
{
border-color: #531EEE;
}
</style>