Shades of Han Purple #5328F9
Tints of Han Purple #5328F9
RGB
CMYK
RGB Variations
Color information
#5328F9 (or 0x5328F9) is known color: Han Purple. HEX triplet: 53, 28 and F9. RGB value is (83,40,249). Sum of RGB (Red+Green+Blue) = 83+40+249=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 249 (97.66% from 255 or 66.94% from 372); Max value from RGB is 249 - color contains mainly: blue. Hex color #5328F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5328F9 is #ACD706. Grayscale: #4B4B4B. Windows color (decimal): -11327239 or 16328787. OLE color: 16328787.
HSL color Cylindrical-coordinate representation of color #5328F9: hue angle of 252.34º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5328F9 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 40 | 249 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.02 |
| HSL | 252.34º | 0.95% | 0.57% | - |
| HSV(B) | 252.34º | 0.84% | 0.98% | - |
| XYZ | 21.42 | 10.2 | 90.46 | - |
| YUV | 76.68 | 225.25 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 249 | 0.67 | 0.84 | 0 | 0.02 | 252.34 | 0.95 | 0.57 |
| Hex | 53 | 28 | F9 | 43 | 54 | 0 | 2 | FC | 5F | 39 |
| Octal | 123 | 50 | 371 | 103 | 124 | 0 | 2 | 374 | 137 | 71 |
| Binary | 1010011 | 101000 | 11111001 | 1000011 | 1010100 | 0 | 10 | 11111100 | 1011111 | 111001 |
Color Harmonies of #5328F9
Complementary color
Monochromatic Colors of #5328F9
Black with #5328F9
Text Example
Text Example
White with #5328F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5328F9; }
p { color: rgb(83,40,249); }
H1.HeaderClassName
{
color: #5328F9;
}
.AnyTagClassName
{
color: #5328F9;
}
</style>
background-color css
<style>
a { background-color: #5328F9; }
a { background-color: rgb(83,40,249); }
div.DivClassName
{
background-color: #5328F9;
}
.BgClassName
{
background-color: #5328F9;
}
</style>
border-color css
<style>
span { border-color: #5328F9; }
span { border-color: rgb(83,40,249); }
td.TdClassName
{
border-color: #5328F9;
}
.TagClassName
{
border-color: #5328F9;
}
</style>