Shades of Han Purple #532BFF
Tints of Han Purple #532BFF
RGB
CMYK
RGB Variations
Color information
#532BFF (or 0x532BFF) is known color: Han Purple. HEX triplet: 53, 2B and FF. RGB value is (83,43,255). Sum of RGB (Red+Green+Blue) = 83+43+255=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #532BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532BFF is #ACD400. Grayscale: #4E4E4E. Windows color (decimal): -11326465 or 16722771. OLE color: 16722771.
HSL color Cylindrical-coordinate representation of color #532BFF: hue angle of 251.32º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #532BFF is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 43 | 255 | - |
| CMYK | 0.67 | 0.83 | 0 | 0 |
| HSL | 251.32º | 1% | 0.58% | - |
| HSV(B) | 251.32º | 0.83% | 1% | - |
| XYZ | 22.48 | 10.79 | 95.5 | - |
| YUV | 79.13 | 227.25 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 255 | 0.67 | 0.83 | 0 | 0 | 251.32 | 1 | 0.58 |
| Hex | 53 | 2B | FF | 43 | 53 | 0 | 0 | FB | 64 | 3A |
| Octal | 123 | 53 | 377 | 103 | 123 | 0 | 0 | 373 | 144 | 72 |
| Binary | 1010011 | 101011 | 11111111 | 1000011 | 1010011 | 0 | 0 | 11111011 | 1100100 | 111010 |
Color Harmonies of #532BFF
Complementary color
Monochromatic Colors of #532BFF
Black with #532BFF
Text Example
Text Example
White with #532BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BFF; }
p { color: rgb(83,43,255); }
H1.HeaderClassName
{
color: #532BFF;
}
.AnyTagClassName
{
color: #532BFF;
}
</style>
background-color css
<style>
a { background-color: #532BFF; }
a { background-color: rgb(83,43,255); }
div.DivClassName
{
background-color: #532BFF;
}
.BgClassName
{
background-color: #532BFF;
}
</style>
border-color css
<style>
span { border-color: #532BFF; }
span { border-color: rgb(83,43,255); }
td.TdClassName
{
border-color: #532BFF;
}
.TagClassName
{
border-color: #532BFF;
}
</style>