Shades of Han Purple #531CEB
Tints of Han Purple #531CEB
RGB
CMYK
RGB Variations
Color information
#531CEB (or 0x531CEB) is known color: Han Purple. HEX triplet: 53, 1C and EB. RGB value is (83,28,235). Sum of RGB (Red+Green+Blue) = 83+28+235=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #531CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531CEB is #ACE314. Grayscale: #434343. Windows color (decimal): -11330325 or 15408211. OLE color: 15408211.
HSL color Cylindrical-coordinate representation of color #531CEB: hue angle of 255.94º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531CEB is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 28 | 235 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.08 |
| HSL | 255.94º | 0.84% | 0.52% | - |
| HSV(B) | 255.94º | 0.88% | 0.92% | - |
| XYZ | 18.98 | 8.67 | 79.27 | - |
| YUV | 68.04 | 222.22 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 235 | 0.65 | 0.88 | 0 | 0.08 | 255.94 | 0.84 | 0.52 |
| Hex | 53 | 1C | EB | 41 | 58 | 0 | 8 | 100 | 54 | 34 |
| Octal | 123 | 34 | 353 | 101 | 130 | 0 | 10 | 400 | 124 | 64 |
| Binary | 1010011 | 11100 | 11101011 | 1000001 | 1011000 | 0 | 1000 | 100000000 | 1010100 | 110100 |
Color Harmonies of #531CEB
Complementary color
Monochromatic Colors of #531CEB
Black with #531CEB
Text Example
Text Example
White with #531CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CEB; }
p { color: rgb(83,28,235); }
H1.HeaderClassName
{
color: #531CEB;
}
.AnyTagClassName
{
color: #531CEB;
}
</style>
background-color css
<style>
a { background-color: #531CEB; }
a { background-color: rgb(83,28,235); }
div.DivClassName
{
background-color: #531CEB;
}
.BgClassName
{
background-color: #531CEB;
}
</style>
border-color css
<style>
span { border-color: #531CEB; }
span { border-color: rgb(83,28,235); }
td.TdClassName
{
border-color: #531CEB;
}
.TagClassName
{
border-color: #531CEB;
}
</style>