Shades of Han Purple #5332DF
Tints of Han Purple #5332DF
RGB
CMYK
RGB Variations
Color information
#5332DF (or 0x5332DF) is known color: Han Purple. HEX triplet: 53, 32 and DF. RGB value is (83,50,223). Sum of RGB (Red+Green+Blue) = 83+50+223=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #5332DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5332DF is #ACCD20. Grayscale: #4E4E4E. Windows color (decimal): -11324705 or 14627411. OLE color: 14627411.
HSL color Cylindrical-coordinate representation of color #5332DF: hue angle of 251.45º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5332DF is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 50 | 223 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.13 |
| HSL | 251.45º | 0.73% | 0.54% | - |
| HSV(B) | 251.45º | 0.78% | 0.87% | - |
| XYZ | 18.03 | 9.45 | 70.69 | - |
| YUV | 79.59 | 208.93 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 223 | 0.63 | 0.78 | 0 | 0.13 | 251.45 | 0.73 | 0.54 |
| Hex | 53 | 32 | DF | 3F | 4E | 0 | D | FB | 49 | 36 |
| Octal | 123 | 62 | 337 | 77 | 116 | 0 | 15 | 373 | 111 | 66 |
| Binary | 1010011 | 110010 | 11011111 | 111111 | 1001110 | 0 | 1101 | 11111011 | 1001001 | 110110 |
Color Harmonies of #5332DF
Complementary color
Monochromatic Colors of #5332DF
Black with #5332DF
Text Example
Text Example
White with #5332DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5332DF; }
p { color: rgb(83,50,223); }
H1.HeaderClassName
{
color: #5332DF;
}
.AnyTagClassName
{
color: #5332DF;
}
</style>
background-color css
<style>
a { background-color: #5332DF; }
a { background-color: rgb(83,50,223); }
div.DivClassName
{
background-color: #5332DF;
}
.BgClassName
{
background-color: #5332DF;
}
</style>
border-color css
<style>
span { border-color: #5332DF; }
span { border-color: rgb(83,50,223); }
td.TdClassName
{
border-color: #5332DF;
}
.TagClassName
{
border-color: #5332DF;
}
</style>