Shades of Han Purple #5333FE
Tints of Han Purple #5333FE
RGB
CMYK
RGB Variations
Color information
#5333FE (or 0x5333FE) is known color: Han Purple. HEX triplet: 53, 33 and FE. RGB value is (83,51,254). Sum of RGB (Red+Green+Blue) = 83+51+254=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #5333FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5333FE is #ACCC01. Grayscale: #525252. Windows color (decimal): -11324418 or 16659283. OLE color: 16659283.
HSL color Cylindrical-coordinate representation of color #5333FE: hue angle of 249.46º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5333FE is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 51 | 254 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.00 |
| HSL | 249.46º | 0.99% | 0.6% | - |
| HSV(B) | 249.46º | 0.8% | 1% | - |
| XYZ | 22.64 | 11.36 | 94.77 | - |
| YUV | 83.71 | 224.1 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 254 | 0.67 | 0.80 | 0 | 0.00 | 249.46 | 0.99 | 0.6 |
| Hex | 53 | 33 | FE | 43 | 50 | 0 | 0 | F9 | 63 | 3C |
| Octal | 123 | 63 | 376 | 103 | 120 | 0 | 0 | 371 | 143 | 74 |
| Binary | 1010011 | 110011 | 11111110 | 1000011 | 1010000 | 0 | 0 | 11111001 | 1100011 | 111100 |
Color Harmonies of #5333FE
Complementary color
Monochromatic Colors of #5333FE
Black with #5333FE
Text Example
Text Example
White with #5333FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5333FE; }
p { color: rgb(83,51,254); }
H1.HeaderClassName
{
color: #5333FE;
}
.AnyTagClassName
{
color: #5333FE;
}
</style>
background-color css
<style>
a { background-color: #5333FE; }
a { background-color: rgb(83,51,254); }
div.DivClassName
{
background-color: #5333FE;
}
.BgClassName
{
background-color: #5333FE;
}
</style>
border-color css
<style>
span { border-color: #5333FE; }
span { border-color: rgb(83,51,254); }
td.TdClassName
{
border-color: #5333FE;
}
.TagClassName
{
border-color: #5333FE;
}
</style>