Shades of Han Purple #532CDF
Tints of Han Purple #532CDF
RGB
CMYK
RGB Variations
Color information
#532CDF (or 0x532CDF) is known color: Han Purple. HEX triplet: 53, 2C and DF. RGB value is (83,44,223). Sum of RGB (Red+Green+Blue) = 83+44+223=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #532CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CDF is #ACD320. Grayscale: #4B4B4B. Windows color (decimal): -11326241 or 14625875. OLE color: 14625875.
HSL color Cylindrical-coordinate representation of color #532CDF: hue angle of 253.07º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532CDF is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 44 | 223 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.13 |
| HSL | 253.07º | 0.74% | 0.52% | - |
| HSV(B) | 253.07º | 0.8% | 0.87% | - |
| XYZ | 17.79 | 8.97 | 70.61 | - |
| YUV | 76.07 | 210.92 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 223 | 0.63 | 0.80 | 0 | 0.13 | 253.07 | 0.74 | 0.52 |
| Hex | 53 | 2C | DF | 3F | 50 | 0 | D | FD | 4A | 34 |
| Octal | 123 | 54 | 337 | 77 | 120 | 0 | 15 | 375 | 112 | 64 |
| Binary | 1010011 | 101100 | 11011111 | 111111 | 1010000 | 0 | 1101 | 11111101 | 1001010 | 110100 |
Color Harmonies of #532CDF
Complementary color
Monochromatic Colors of #532CDF
Black with #532CDF
Text Example
Text Example
White with #532CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CDF; }
p { color: rgb(83,44,223); }
H1.HeaderClassName
{
color: #532CDF;
}
.AnyTagClassName
{
color: #532CDF;
}
</style>
background-color css
<style>
a { background-color: #532CDF; }
a { background-color: rgb(83,44,223); }
div.DivClassName
{
background-color: #532CDF;
}
.BgClassName
{
background-color: #532CDF;
}
</style>
border-color css
<style>
span { border-color: #532CDF; }
span { border-color: rgb(83,44,223); }
td.TdClassName
{
border-color: #532CDF;
}
.TagClassName
{
border-color: #532CDF;
}
</style>