Shades of Han Purple #5333EF
Tints of Han Purple #5333EF
RGB
CMYK
RGB Variations
Color information
#5333EF (or 0x5333EF) is known color: Han Purple. HEX triplet: 53, 33 and EF. RGB value is (83,51,239). Sum of RGB (Red+Green+Blue) = 83+51+239=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #5333EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5333EF is #ACCC10. Grayscale: #515151. Windows color (decimal): -11324433 or 15676243. OLE color: 15676243.
HSL color Cylindrical-coordinate representation of color #5333EF: hue angle of 250.21º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5333EF is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 51 | 239 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.06 |
| HSL | 250.21º | 0.85% | 0.57% | - |
| HSV(B) | 250.21º | 0.79% | 0.94% | - |
| XYZ | 20.33 | 10.44 | 82.6 | - |
| YUV | 82 | 216.6 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 239 | 0.65 | 0.79 | 0 | 0.06 | 250.21 | 0.85 | 0.57 |
| Hex | 53 | 33 | EF | 41 | 4F | 0 | 6 | FA | 55 | 39 |
| Octal | 123 | 63 | 357 | 101 | 117 | 0 | 6 | 372 | 125 | 71 |
| Binary | 1010011 | 110011 | 11101111 | 1000001 | 1001111 | 0 | 110 | 11111010 | 1010101 | 111001 |
Color Harmonies of #5333EF
Complementary color
Monochromatic Colors of #5333EF
Black with #5333EF
Text Example
Text Example
White with #5333EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5333EF; }
p { color: rgb(83,51,239); }
H1.HeaderClassName
{
color: #5333EF;
}
.AnyTagClassName
{
color: #5333EF;
}
</style>
background-color css
<style>
a { background-color: #5333EF; }
a { background-color: rgb(83,51,239); }
div.DivClassName
{
background-color: #5333EF;
}
.BgClassName
{
background-color: #5333EF;
}
</style>
border-color css
<style>
span { border-color: #5333EF; }
span { border-color: rgb(83,51,239); }
td.TdClassName
{
border-color: #5333EF;
}
.TagClassName
{
border-color: #5333EF;
}
</style>