Shades of Han Purple #5130EC
Tints of Han Purple #5130EC
RGB
CMYK
RGB Variations
Color information
#5130EC (or 0x5130EC) is known color: Han Purple. HEX triplet: 51, 30 and EC. RGB value is (81,48,236). Sum of RGB (Red+Green+Blue) = 81+48+236=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #5130EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5130EC is #AECF13. Grayscale: #4E4E4E. Windows color (decimal): -11456276 or 15478865. OLE color: 15478865.
HSL color Cylindrical-coordinate representation of color #5130EC: hue angle of 250.53º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5130EC is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 48 | 236 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.07 |
| HSL | 250.53º | 0.83% | 0.56% | - |
| HSV(B) | 250.53º | 0.8% | 0.93% | - |
| XYZ | 19.59 | 9.92 | 80.24 | - |
| YUV | 79.3 | 216.43 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 236 | 0.66 | 0.80 | 0 | 0.07 | 250.53 | 0.83 | 0.56 |
| Hex | 51 | 30 | EC | 42 | 50 | 0 | 7 | FB | 53 | 38 |
| Octal | 121 | 60 | 354 | 102 | 120 | 0 | 7 | 373 | 123 | 70 |
| Binary | 1010001 | 110000 | 11101100 | 1000010 | 1010000 | 0 | 111 | 11111011 | 1010011 | 111000 |
Color Harmonies of #5130EC
Complementary color
Monochromatic Colors of #5130EC
Black with #5130EC
Text Example
Text Example
White with #5130EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5130EC; }
p { color: rgb(81,48,236); }
H1.HeaderClassName
{
color: #5130EC;
}
.AnyTagClassName
{
color: #5130EC;
}
</style>
background-color css
<style>
a { background-color: #5130EC; }
a { background-color: rgb(81,48,236); }
div.DivClassName
{
background-color: #5130EC;
}
.BgClassName
{
background-color: #5130EC;
}
</style>
border-color css
<style>
span { border-color: #5130EC; }
span { border-color: rgb(81,48,236); }
td.TdClassName
{
border-color: #5130EC;
}
.TagClassName
{
border-color: #5130EC;
}
</style>