Shades of Han Purple #5328FC
Tints of Han Purple #5328FC
RGB
CMYK
RGB Variations
Color information
#5328FC (or 0x5328FC) is known color: Han Purple. HEX triplet: 53, 28 and FC. RGB value is (83,40,252). Sum of RGB (Red+Green+Blue) = 83+40+252=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #5328FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5328FC is #ACD703. Grayscale: #4C4C4C. Windows color (decimal): -11327236 or 16525395. OLE color: 16525395.
HSL color Cylindrical-coordinate representation of color #5328FC: hue angle of 252.17º 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 #5328FC is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 40 | 252 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.01 |
| HSL | 252.17º | 0.97% | 0.57% | - |
| HSV(B) | 252.17º | 0.84% | 0.99% | - |
| XYZ | 21.9 | 10.38 | 92.95 | - |
| YUV | 77.03 | 226.75 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 252 | 0.67 | 0.84 | 0 | 0.01 | 252.17 | 0.97 | 0.57 |
| Hex | 53 | 28 | FC | 43 | 54 | 0 | 1 | FC | 61 | 39 |
| Octal | 123 | 50 | 374 | 103 | 124 | 0 | 1 | 374 | 141 | 71 |
| Binary | 1010011 | 101000 | 11111100 | 1000011 | 1010100 | 0 | 1 | 11111100 | 1100001 | 111001 |
Color Harmonies of #5328FC
Complementary color
Monochromatic Colors of #5328FC
Black with #5328FC
Text Example
Text Example
White with #5328FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5328FC; }
p { color: rgb(83,40,252); }
H1.HeaderClassName
{
color: #5328FC;
}
.AnyTagClassName
{
color: #5328FC;
}
</style>
background-color css
<style>
a { background-color: #5328FC; }
a { background-color: rgb(83,40,252); }
div.DivClassName
{
background-color: #5328FC;
}
.BgClassName
{
background-color: #5328FC;
}
</style>
border-color css
<style>
span { border-color: #5328FC; }
span { border-color: rgb(83,40,252); }
td.TdClassName
{
border-color: #5328FC;
}
.TagClassName
{
border-color: #5328FC;
}
</style>