Shades of Han Purple #5130F3
Tints of Han Purple #5130F3
RGB
CMYK
RGB Variations
Color information
#5130F3 (or 0x5130F3) is known color: Han Purple. HEX triplet: 51, 30 and F3. RGB value is (81,48,243). Sum of RGB (Red+Green+Blue) = 81+48+243=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 243 (95.31% from 255 or 65.32% from 372); Max value from RGB is 243 - color contains mainly: blue. Hex color #5130F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5130F3 is #AECF0C. Grayscale: #4F4F4F. Windows color (decimal): -11456269 or 15937617. OLE color: 15937617.
HSL color Cylindrical-coordinate representation of color #5130F3: hue angle of 250.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5130F3 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 48 | 243 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.05 |
| HSL | 250.15º | 0.89% | 0.57% | - |
| HSV(B) | 250.15º | 0.8% | 0.95% | - |
| XYZ | 20.63 | 10.33 | 85.7 | - |
| YUV | 80.1 | 219.93 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 243 | 0.67 | 0.80 | 0 | 0.05 | 250.15 | 0.89 | 0.57 |
| Hex | 51 | 30 | F3 | 43 | 50 | 0 | 5 | FA | 59 | 39 |
| Octal | 121 | 60 | 363 | 103 | 120 | 0 | 5 | 372 | 131 | 71 |
| Binary | 1010001 | 110000 | 11110011 | 1000011 | 1010000 | 0 | 101 | 11111010 | 1011001 | 111001 |
Color Harmonies of #5130F3
Complementary color
Monochromatic Colors of #5130F3
Black with #5130F3
Text Example
Text Example
White with #5130F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5130F3; }
p { color: rgb(81,48,243); }
H1.HeaderClassName
{
color: #5130F3;
}
.AnyTagClassName
{
color: #5130F3;
}
</style>
background-color css
<style>
a { background-color: #5130F3; }
a { background-color: rgb(81,48,243); }
div.DivClassName
{
background-color: #5130F3;
}
.BgClassName
{
background-color: #5130F3;
}
</style>
border-color css
<style>
span { border-color: #5130F3; }
span { border-color: rgb(81,48,243); }
td.TdClassName
{
border-color: #5130F3;
}
.TagClassName
{
border-color: #5130F3;
}
</style>