Shades of Han Purple #532CFF
Tints of Han Purple #532CFF
RGB
CMYK
RGB Variations
Color information
#532CFF (or 0x532CFF) is known color: Han Purple. HEX triplet: 53, 2C and FF. RGB value is (83,44,255). Sum of RGB (Red+Green+Blue) = 83+44+255=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #532CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CFF is #ACD300. Grayscale: #4E4E4E. Windows color (decimal): -11326209 or 16723027. OLE color: 16723027.
HSL color Cylindrical-coordinate representation of color #532CFF: hue angle of 251.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #532CFF is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 44 | 255 | - |
| CMYK | 0.67 | 0.83 | 0 | 0 |
| HSL | 251.09º | 1% | 0.59% | - |
| HSV(B) | 251.09º | 0.83% | 1% | - |
| XYZ | 22.52 | 10.86 | 95.52 | - |
| YUV | 79.72 | 226.92 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 255 | 0.67 | 0.83 | 0 | 0 | 251.09 | 1 | 0.59 |
| Hex | 53 | 2C | FF | 43 | 53 | 0 | 0 | FB | 64 | 3B |
| Octal | 123 | 54 | 377 | 103 | 123 | 0 | 0 | 373 | 144 | 73 |
| Binary | 1010011 | 101100 | 11111111 | 1000011 | 1010011 | 0 | 0 | 11111011 | 1100100 | 111011 |
Color Harmonies of #532CFF
Complementary color
Monochromatic Colors of #532CFF
Black with #532CFF
Text Example
Text Example
White with #532CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CFF; }
p { color: rgb(83,44,255); }
H1.HeaderClassName
{
color: #532CFF;
}
.AnyTagClassName
{
color: #532CFF;
}
</style>
background-color css
<style>
a { background-color: #532CFF; }
a { background-color: rgb(83,44,255); }
div.DivClassName
{
background-color: #532CFF;
}
.BgClassName
{
background-color: #532CFF;
}
</style>
border-color css
<style>
span { border-color: #532CFF; }
span { border-color: rgb(83,44,255); }
td.TdClassName
{
border-color: #532CFF;
}
.TagClassName
{
border-color: #532CFF;
}
</style>