Shades of Han Purple #5133DE
Tints of Han Purple #5133DE
RGB
CMYK
RGB Variations
Color information
#5133DE (or 0x5133DE) is known color: Han Purple. HEX triplet: 51, 33 and DE. RGB value is (81,51,222). Sum of RGB (Red+Green+Blue) = 81+51+222=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #5133DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5133DE is #AECC21. Grayscale: #4E4E4E. Windows color (decimal): -11455522 or 14562129. OLE color: 14562129.
HSL color Cylindrical-coordinate representation of color #5133DE: hue angle of 250.53º degrees, saturation: 0.72, 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 #5133DE is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 51 | 222 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.13 |
| HSL | 250.53º | 0.72% | 0.54% | - |
| HSV(B) | 250.53º | 0.77% | 0.87% | - |
| XYZ | 17.76 | 9.39 | 69.98 | - |
| YUV | 79.46 | 208.44 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 222 | 0.64 | 0.77 | 0 | 0.13 | 250.53 | 0.72 | 0.54 |
| Hex | 51 | 33 | DE | 40 | 4D | 0 | D | FB | 48 | 36 |
| Octal | 121 | 63 | 336 | 100 | 115 | 0 | 15 | 373 | 110 | 66 |
| Binary | 1010001 | 110011 | 11011110 | 1000000 | 1001101 | 0 | 1101 | 11111011 | 1001000 | 110110 |
Color Harmonies of #5133DE
Complementary color
Monochromatic Colors of #5133DE
Black with #5133DE
Text Example
Text Example
White with #5133DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5133DE; }
p { color: rgb(81,51,222); }
H1.HeaderClassName
{
color: #5133DE;
}
.AnyTagClassName
{
color: #5133DE;
}
</style>
background-color css
<style>
a { background-color: #5133DE; }
a { background-color: rgb(81,51,222); }
div.DivClassName
{
background-color: #5133DE;
}
.BgClassName
{
background-color: #5133DE;
}
</style>
border-color css
<style>
span { border-color: #5133DE; }
span { border-color: rgb(81,51,222); }
td.TdClassName
{
border-color: #5133DE;
}
.TagClassName
{
border-color: #5133DE;
}
</style>