Shades of Han Purple #532DDF
Tints of Han Purple #532DDF
RGB
CMYK
RGB Variations
Color information
#532DDF (or 0x532DDF) is known color: Han Purple. HEX triplet: 53, 2D and DF. RGB value is (83,45,223). Sum of RGB (Red+Green+Blue) = 83+45+223=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #532DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DDF is #ACD220. Grayscale: #4B4B4B. Windows color (decimal): -11325985 or 14626131. OLE color: 14626131.
HSL color Cylindrical-coordinate representation of color #532DDF: hue angle of 252.81º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532DDF is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 45 | 223 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.13 |
| HSL | 252.81º | 0.74% | 0.53% | - |
| HSV(B) | 252.81º | 0.8% | 0.87% | - |
| XYZ | 17.82 | 9.04 | 70.62 | - |
| YUV | 76.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 223 | 0.63 | 0.80 | 0 | 0.13 | 252.81 | 0.74 | 0.53 |
| Hex | 53 | 2D | DF | 3F | 50 | 0 | D | FD | 4A | 35 |
| Octal | 123 | 55 | 337 | 77 | 120 | 0 | 15 | 375 | 112 | 65 |
| Binary | 1010011 | 101101 | 11011111 | 111111 | 1010000 | 0 | 1101 | 11111101 | 1001010 | 110101 |
Color Harmonies of #532DDF
Complementary color
Monochromatic Colors of #532DDF
Black with #532DDF
Text Example
Text Example
White with #532DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532DDF; }
p { color: rgb(83,45,223); }
H1.HeaderClassName
{
color: #532DDF;
}
.AnyTagClassName
{
color: #532DDF;
}
</style>
background-color css
<style>
a { background-color: #532DDF; }
a { background-color: rgb(83,45,223); }
div.DivClassName
{
background-color: #532DDF;
}
.BgClassName
{
background-color: #532DDF;
}
</style>
border-color css
<style>
span { border-color: #532DDF; }
span { border-color: rgb(83,45,223); }
td.TdClassName
{
border-color: #532DDF;
}
.TagClassName
{
border-color: #532DDF;
}
</style>