Shades of Han Purple #481FEC
Tints of Han Purple #481FEC
RGB
CMYK
RGB Variations
Color information
#481FEC (or 0x481FEC) is known color: Han Purple. HEX triplet: 48, 1F and EC. RGB value is (72,31,236). Sum of RGB (Red+Green+Blue) = 72+31+236=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #481FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481FEC is #B7E013. Grayscale: #414141. Windows color (decimal): -12050452 or 15474504. OLE color: 15474504.
HSL color Cylindrical-coordinate representation of color #481FEC: hue angle of 252º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481FEC is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 31 | 236 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.07 |
| HSL | 252º | 0.84% | 0.52% | - |
| HSV(B) | 252º | 0.87% | 0.93% | - |
| XYZ | 18.3 | 8.41 | 80.02 | - |
| YUV | 66.63 | 223.58 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 236 | 0.69 | 0.87 | 0 | 0.07 | 252 | 0.84 | 0.52 |
| Hex | 48 | 1F | EC | 45 | 57 | 0 | 7 | FC | 54 | 34 |
| Octal | 110 | 37 | 354 | 105 | 127 | 0 | 7 | 374 | 124 | 64 |
| Binary | 1001000 | 11111 | 11101100 | 1000101 | 1010111 | 0 | 111 | 11111100 | 1010100 | 110100 |
Color Harmonies of #481FEC
Complementary color
Monochromatic Colors of #481FEC
Black with #481FEC
Text Example
Text Example
White with #481FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481FEC; }
p { color: rgb(72,31,236); }
H1.HeaderClassName
{
color: #481FEC;
}
.AnyTagClassName
{
color: #481FEC;
}
</style>
background-color css
<style>
a { background-color: #481FEC; }
a { background-color: rgb(72,31,236); }
div.DivClassName
{
background-color: #481FEC;
}
.BgClassName
{
background-color: #481FEC;
}
</style>
border-color css
<style>
span { border-color: #481FEC; }
span { border-color: rgb(72,31,236); }
td.TdClassName
{
border-color: #481FEC;
}
.TagClassName
{
border-color: #481FEC;
}
</style>