Shades of Han Purple #5329FC
Tints of Han Purple #5329FC
RGB
CMYK
RGB Variations
Color information
#5329FC (or 0x5329FC) is known color: Han Purple. HEX triplet: 53, 29 and FC. RGB value is (83,41,252). Sum of RGB (Red+Green+Blue) = 83+41+252=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #5329FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5329FC is #ACD603. Grayscale: #4C4C4C. Windows color (decimal): -11326980 or 16525651. OLE color: 16525651.
HSL color Cylindrical-coordinate representation of color #5329FC: hue angle of 251.94º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5329FC is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 41 | 252 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.01 |
| HSL | 251.94º | 0.97% | 0.57% | - |
| HSV(B) | 251.94º | 0.84% | 0.99% | - |
| XYZ | 21.93 | 10.45 | 92.96 | - |
| YUV | 77.61 | 226.41 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 252 | 0.67 | 0.84 | 0 | 0.01 | 251.94 | 0.97 | 0.57 |
| Hex | 53 | 29 | FC | 43 | 54 | 0 | 1 | FC | 61 | 39 |
| Octal | 123 | 51 | 374 | 103 | 124 | 0 | 1 | 374 | 141 | 71 |
| Binary | 1010011 | 101001 | 11111100 | 1000011 | 1010100 | 0 | 1 | 11111100 | 1100001 | 111001 |
Color Harmonies of #5329FC
Complementary color
Monochromatic Colors of #5329FC
Black with #5329FC
Text Example
Text Example
White with #5329FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5329FC; }
p { color: rgb(83,41,252); }
H1.HeaderClassName
{
color: #5329FC;
}
.AnyTagClassName
{
color: #5329FC;
}
</style>
background-color css
<style>
a { background-color: #5329FC; }
a { background-color: rgb(83,41,252); }
div.DivClassName
{
background-color: #5329FC;
}
.BgClassName
{
background-color: #5329FC;
}
</style>
border-color css
<style>
span { border-color: #5329FC; }
span { border-color: rgb(83,41,252); }
td.TdClassName
{
border-color: #5329FC;
}
.TagClassName
{
border-color: #5329FC;
}
</style>