Shades of Han Purple #5333DF
Tints of Han Purple #5333DF
RGB
CMYK
RGB Variations
Color information
#5333DF (or 0x5333DF) is known color: Han Purple. HEX triplet: 53, 33 and DF. RGB value is (83,51,223). Sum of RGB (Red+Green+Blue) = 83+51+223=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #5333DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5333DF is #ACCC20. Grayscale: #4F4F4F. Windows color (decimal): -11324449 or 14627667. OLE color: 14627667.
HSL color Cylindrical-coordinate representation of color #5333DF: hue angle of 251.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5333DF is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 51 | 223 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.13 |
| HSL | 251.16º | 0.73% | 0.54% | - |
| HSV(B) | 251.16º | 0.77% | 0.87% | - |
| XYZ | 18.07 | 9.53 | 70.7 | - |
| YUV | 80.18 | 208.6 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 223 | 0.63 | 0.77 | 0 | 0.13 | 251.16 | 0.73 | 0.54 |
| Hex | 53 | 33 | DF | 3F | 4D | 0 | D | FB | 49 | 36 |
| Octal | 123 | 63 | 337 | 77 | 115 | 0 | 15 | 373 | 111 | 66 |
| Binary | 1010011 | 110011 | 11011111 | 111111 | 1001101 | 0 | 1101 | 11111011 | 1001001 | 110110 |
Color Harmonies of #5333DF
Complementary color
Monochromatic Colors of #5333DF
Black with #5333DF
Text Example
Text Example
White with #5333DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5333DF; }
p { color: rgb(83,51,223); }
H1.HeaderClassName
{
color: #5333DF;
}
.AnyTagClassName
{
color: #5333DF;
}
</style>
background-color css
<style>
a { background-color: #5333DF; }
a { background-color: rgb(83,51,223); }
div.DivClassName
{
background-color: #5333DF;
}
.BgClassName
{
background-color: #5333DF;
}
</style>
border-color css
<style>
span { border-color: #5333DF; }
span { border-color: rgb(83,51,223); }
td.TdClassName
{
border-color: #5333DF;
}
.TagClassName
{
border-color: #5333DF;
}
</style>