Shades of Han Purple #5332FC
Tints of Han Purple #5332FC
RGB
CMYK
RGB Variations
Color information
#5332FC (or 0x5332FC) is known color: Han Purple. HEX triplet: 53, 32 and FC. RGB value is (83,50,252). Sum of RGB (Red+Green+Blue) = 83+50+252=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #5332FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5332FC is #ACCD03. Grayscale: #525252. Windows color (decimal): -11324676 or 16527955. OLE color: 16527955.
HSL color Cylindrical-coordinate representation of color #5332FC: hue angle of 249.8º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5332FC is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 50 | 252 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.01 |
| HSL | 249.8º | 0.97% | 0.59% | - |
| HSV(B) | 249.8º | 0.8% | 0.99% | - |
| XYZ | 22.28 | 11.15 | 93.07 | - |
| YUV | 82.9 | 223.43 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 252 | 0.67 | 0.80 | 0 | 0.01 | 249.8 | 0.97 | 0.59 |
| Hex | 53 | 32 | FC | 43 | 50 | 0 | 1 | FA | 61 | 3B |
| Octal | 123 | 62 | 374 | 103 | 120 | 0 | 1 | 372 | 141 | 73 |
| Binary | 1010011 | 110010 | 11111100 | 1000011 | 1010000 | 0 | 1 | 11111010 | 1100001 | 111011 |
Color Harmonies of #5332FC
Complementary color
Monochromatic Colors of #5332FC
Black with #5332FC
Text Example
Text Example
White with #5332FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5332FC; }
p { color: rgb(83,50,252); }
H1.HeaderClassName
{
color: #5332FC;
}
.AnyTagClassName
{
color: #5332FC;
}
</style>
background-color css
<style>
a { background-color: #5332FC; }
a { background-color: rgb(83,50,252); }
div.DivClassName
{
background-color: #5332FC;
}
.BgClassName
{
background-color: #5332FC;
}
</style>
border-color css
<style>
span { border-color: #5332FC; }
span { border-color: rgb(83,50,252); }
td.TdClassName
{
border-color: #5332FC;
}
.TagClassName
{
border-color: #5332FC;
}
</style>