Shades of Han Purple #532BDF
Tints of Han Purple #532BDF
RGB
CMYK
RGB Variations
Color information
#532BDF (or 0x532BDF) is known color: Han Purple. HEX triplet: 53, 2B and DF. RGB value is (83,43,223). Sum of RGB (Red+Green+Blue) = 83+43+223=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #532BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532BDF is #ACD420. Grayscale: #4A4A4A. Windows color (decimal): -11326497 or 14625619. OLE color: 14625619.
HSL color Cylindrical-coordinate representation of color #532BDF: hue angle of 253.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532BDF is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 43 | 223 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.13 |
| HSL | 253.33º | 0.74% | 0.52% | - |
| HSV(B) | 253.33º | 0.81% | 0.87% | - |
| XYZ | 17.75 | 8.89 | 70.59 | - |
| YUV | 75.48 | 211.25 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 223 | 0.63 | 0.81 | 0 | 0.13 | 253.33 | 0.74 | 0.52 |
| Hex | 53 | 2B | DF | 3F | 51 | 0 | D | FD | 4A | 34 |
| Octal | 123 | 53 | 337 | 77 | 121 | 0 | 15 | 375 | 112 | 64 |
| Binary | 1010011 | 101011 | 11011111 | 111111 | 1010001 | 0 | 1101 | 11111101 | 1001010 | 110100 |
Color Harmonies of #532BDF
Complementary color
Monochromatic Colors of #532BDF
Black with #532BDF
Text Example
Text Example
White with #532BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BDF; }
p { color: rgb(83,43,223); }
H1.HeaderClassName
{
color: #532BDF;
}
.AnyTagClassName
{
color: #532BDF;
}
</style>
background-color css
<style>
a { background-color: #532BDF; }
a { background-color: rgb(83,43,223); }
div.DivClassName
{
background-color: #532BDF;
}
.BgClassName
{
background-color: #532BDF;
}
</style>
border-color css
<style>
span { border-color: #532BDF; }
span { border-color: rgb(83,43,223); }
td.TdClassName
{
border-color: #532BDF;
}
.TagClassName
{
border-color: #532BDF;
}
</style>