Shades of Han Purple #5333E7
Tints of Han Purple #5333E7
RGB
CMYK
RGB Variations
Color information
#5333E7 (or 0x5333E7) is known color: Han Purple. HEX triplet: 53, 33 and E7. RGB value is (83,51,231). Sum of RGB (Red+Green+Blue) = 83+51+231=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 231 (90.62% from 255 or 63.29% from 365); Max value from RGB is 231 - color contains mainly: blue. Hex color #5333E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5333E7 is #ACCC18. Grayscale: #505050. Windows color (decimal): -11324441 or 15151955. OLE color: 15151955.
HSL color Cylindrical-coordinate representation of color #5333E7: hue angle of 250.67º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5333E7 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 51 | 231 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.09 |
| HSL | 250.67º | 0.79% | 0.55% | - |
| HSV(B) | 250.67º | 0.78% | 0.91% | - |
| XYZ | 19.17 | 9.98 | 76.52 | - |
| YUV | 81.09 | 212.6 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 231 | 0.64 | 0.78 | 0 | 0.09 | 250.67 | 0.79 | 0.55 |
| Hex | 53 | 33 | E7 | 40 | 4E | 0 | 9 | FB | 4F | 37 |
| Octal | 123 | 63 | 347 | 100 | 116 | 0 | 11 | 373 | 117 | 67 |
| Binary | 1010011 | 110011 | 11100111 | 1000000 | 1001110 | 0 | 1001 | 11111011 | 1001111 | 110111 |
Color Harmonies of #5333E7
Complementary color
Monochromatic Colors of #5333E7
Black with #5333E7
Text Example
Text Example
White with #5333E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5333E7; }
p { color: rgb(83,51,231); }
H1.HeaderClassName
{
color: #5333E7;
}
.AnyTagClassName
{
color: #5333E7;
}
</style>
background-color css
<style>
a { background-color: #5333E7; }
a { background-color: rgb(83,51,231); }
div.DivClassName
{
background-color: #5333E7;
}
.BgClassName
{
background-color: #5333E7;
}
</style>
border-color css
<style>
span { border-color: #5333E7; }
span { border-color: rgb(83,51,231); }
td.TdClassName
{
border-color: #5333E7;
}
.TagClassName
{
border-color: #5333E7;
}
</style>