Shades of Han Purple #532EFF
Tints of Han Purple #532EFF
RGB
CMYK
RGB Variations
Color information
#532EFF (or 0x532EFF) is known color: Han Purple. HEX triplet: 53, 2E and FF. RGB value is (83,46,255). Sum of RGB (Red+Green+Blue) = 83+46+255=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #532EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532EFF is #ACD100. Grayscale: #505050. Windows color (decimal): -11325697 or 16723539. OLE color: 16723539.
HSL color Cylindrical-coordinate representation of color #532EFF: hue angle of 250.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532EFF is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 46 | 255 | - |
| CMYK | 0.67 | 0.82 | 0 | 0 |
| HSL | 250.62º | 1% | 0.59% | - |
| HSV(B) | 250.62º | 0.82% | 1% | - |
| XYZ | 22.59 | 11.01 | 95.54 | - |
| YUV | 80.89 | 226.26 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 255 | 0.67 | 0.82 | 0 | 0 | 250.62 | 1 | 0.59 |
| Hex | 53 | 2E | FF | 43 | 52 | 0 | 0 | FB | 64 | 3B |
| Octal | 123 | 56 | 377 | 103 | 122 | 0 | 0 | 373 | 144 | 73 |
| Binary | 1010011 | 101110 | 11111111 | 1000011 | 1010010 | 0 | 0 | 11111011 | 1100100 | 111011 |
Color Harmonies of #532EFF
Complementary color
Monochromatic Colors of #532EFF
Black with #532EFF
Text Example
Text Example
White with #532EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532EFF; }
p { color: rgb(83,46,255); }
H1.HeaderClassName
{
color: #532EFF;
}
.AnyTagClassName
{
color: #532EFF;
}
</style>
background-color css
<style>
a { background-color: #532EFF; }
a { background-color: rgb(83,46,255); }
div.DivClassName
{
background-color: #532EFF;
}
.BgClassName
{
background-color: #532EFF;
}
</style>
border-color css
<style>
span { border-color: #532EFF; }
span { border-color: rgb(83,46,255); }
td.TdClassName
{
border-color: #532EFF;
}
.TagClassName
{
border-color: #532EFF;
}
</style>