Shades of Han Purple #532BF9
Tints of Han Purple #532BF9
RGB
CMYK
RGB Variations
Color information
#532BF9 (or 0x532BF9) is known color: Han Purple. HEX triplet: 53, 2B and F9. RGB value is (83,43,249). Sum of RGB (Red+Green+Blue) = 83+43+249=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #532BF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532BF9 is #ACD406. Grayscale: #4D4D4D. Windows color (decimal): -11326471 or 16329555. OLE color: 16329555.
HSL color Cylindrical-coordinate representation of color #532BF9: hue angle of 251.65º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #532BF9 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 43 | 249 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.02 |
| HSL | 251.65º | 0.94% | 0.57% | - |
| HSV(B) | 251.65º | 0.83% | 0.98% | - |
| XYZ | 21.53 | 10.41 | 90.5 | - |
| YUV | 78.44 | 224.25 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 249 | 0.67 | 0.83 | 0 | 0.02 | 251.65 | 0.94 | 0.57 |
| Hex | 53 | 2B | F9 | 43 | 53 | 0 | 2 | FC | 5E | 39 |
| Octal | 123 | 53 | 371 | 103 | 123 | 0 | 2 | 374 | 136 | 71 |
| Binary | 1010011 | 101011 | 11111001 | 1000011 | 1010011 | 0 | 10 | 11111100 | 1011110 | 111001 |
Color Harmonies of #532BF9
Complementary color
Monochromatic Colors of #532BF9
Black with #532BF9
Text Example
Text Example
White with #532BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BF9; }
p { color: rgb(83,43,249); }
H1.HeaderClassName
{
color: #532BF9;
}
.AnyTagClassName
{
color: #532BF9;
}
</style>
background-color css
<style>
a { background-color: #532BF9; }
a { background-color: rgb(83,43,249); }
div.DivClassName
{
background-color: #532BF9;
}
.BgClassName
{
background-color: #532BF9;
}
</style>
border-color css
<style>
span { border-color: #532BF9; }
span { border-color: rgb(83,43,249); }
td.TdClassName
{
border-color: #532BF9;
}
.TagClassName
{
border-color: #532BF9;
}
</style>