Shades of Han Purple #5135DF
Tints of Han Purple #5135DF
RGB
CMYK
RGB Variations
Color information
#5135DF (or 0x5135DF) is known color: Han Purple. HEX triplet: 51, 35 and DF. RGB value is (81,53,223). Sum of RGB (Red+Green+Blue) = 81+53+223=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 53 (21.09% from 255 or 14.85% 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 #5135DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5135DF is #AECA20. Grayscale: #505050. Windows color (decimal): -11455009 or 14628177. OLE color: 14628177.
HSL color Cylindrical-coordinate representation of color #5135DF: hue angle of 249.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5135DF is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 53 | 223 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.13 |
| HSL | 249.88º | 0.73% | 0.54% | - |
| HSV(B) | 249.88º | 0.76% | 0.87% | - |
| XYZ | 17.99 | 9.62 | 70.72 | - |
| YUV | 80.75 | 208.28 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 223 | 0.64 | 0.76 | 0 | 0.13 | 249.88 | 0.73 | 0.54 |
| Hex | 51 | 35 | DF | 40 | 4C | 0 | D | FA | 49 | 36 |
| Octal | 121 | 65 | 337 | 100 | 114 | 0 | 15 | 372 | 111 | 66 |
| Binary | 1010001 | 110101 | 11011111 | 1000000 | 1001100 | 0 | 1101 | 11111010 | 1001001 | 110110 |
Color Harmonies of #5135DF
Complementary color
Monochromatic Colors of #5135DF
Black with #5135DF
Text Example
Text Example
White with #5135DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5135DF; }
p { color: rgb(81,53,223); }
H1.HeaderClassName
{
color: #5135DF;
}
.AnyTagClassName
{
color: #5135DF;
}
</style>
background-color css
<style>
a { background-color: #5135DF; }
a { background-color: rgb(81,53,223); }
div.DivClassName
{
background-color: #5135DF;
}
.BgClassName
{
background-color: #5135DF;
}
</style>
border-color css
<style>
span { border-color: #5135DF; }
span { border-color: rgb(81,53,223); }
td.TdClassName
{
border-color: #5135DF;
}
.TagClassName
{
border-color: #5135DF;
}
</style>