Shades of Han Purple #532DF9
Tints of Han Purple #532DF9
RGB
CMYK
RGB Variations
Color information
#532DF9 (or 0x532DF9) is known color: Han Purple. HEX triplet: 53, 2D and F9. RGB value is (83,45,249). Sum of RGB (Red+Green+Blue) = 83+45+249=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #532DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532DF9 is #ACD206. Grayscale: #4E4E4E. Windows color (decimal): -11325959 or 16330067. OLE color: 16330067.
HSL color Cylindrical-coordinate representation of color #532DF9: hue angle of 251.18º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532DF9 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 45 | 249 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.02 |
| HSL | 251.18º | 0.94% | 0.58% | - |
| HSV(B) | 251.18º | 0.82% | 0.98% | - |
| XYZ | 21.6 | 10.56 | 90.52 | - |
| YUV | 79.62 | 223.59 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 249 | 0.67 | 0.82 | 0 | 0.02 | 251.18 | 0.94 | 0.58 |
| Hex | 53 | 2D | F9 | 43 | 52 | 0 | 2 | FB | 5E | 3A |
| Octal | 123 | 55 | 371 | 103 | 122 | 0 | 2 | 373 | 136 | 72 |
| Binary | 1010011 | 101101 | 11111001 | 1000011 | 1010010 | 0 | 10 | 11111011 | 1011110 | 111010 |
Color Harmonies of #532DF9
Complementary color
Monochromatic Colors of #532DF9
Black with #532DF9
Text Example
Text Example
White with #532DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532DF9; }
p { color: rgb(83,45,249); }
H1.HeaderClassName
{
color: #532DF9;
}
.AnyTagClassName
{
color: #532DF9;
}
</style>
background-color css
<style>
a { background-color: #532DF9; }
a { background-color: rgb(83,45,249); }
div.DivClassName
{
background-color: #532DF9;
}
.BgClassName
{
background-color: #532DF9;
}
</style>
border-color css
<style>
span { border-color: #532DF9; }
span { border-color: rgb(83,45,249); }
td.TdClassName
{
border-color: #532DF9;
}
.TagClassName
{
border-color: #532DF9;
}
</style>