Shades of Han Purple #481BE7
Tints of Han Purple #481BE7
RGB
CMYK
RGB Variations
Color information
#481BE7 (or 0x481BE7) is known color: Han Purple. HEX triplet: 48, 1B and E7. RGB value is (72,27,231). Sum of RGB (Red+Green+Blue) = 72+27+231=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #481BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BE7 is #B7E418. Grayscale: #3E3E3E. Windows color (decimal): -12051481 or 15145800. OLE color: 15145800.
HSL color Cylindrical-coordinate representation of color #481BE7: hue angle of 253.24º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481BE7 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 27 | 231 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.09 |
| HSL | 253.24º | 0.81% | 0.51% | - |
| HSV(B) | 253.24º | 0.88% | 0.91% | - |
| XYZ | 17.49 | 7.93 | 76.21 | - |
| YUV | 63.71 | 222.41 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 231 | 0.69 | 0.88 | 0 | 0.09 | 253.24 | 0.81 | 0.51 |
| Hex | 48 | 1B | E7 | 45 | 58 | 0 | 9 | FD | 51 | 33 |
| Octal | 110 | 33 | 347 | 105 | 130 | 0 | 11 | 375 | 121 | 63 |
| Binary | 1001000 | 11011 | 11100111 | 1000101 | 1011000 | 0 | 1001 | 11111101 | 1010001 | 110011 |
Color Harmonies of #481BE7
Complementary color
Monochromatic Colors of #481BE7
Black with #481BE7
Text Example
Text Example
White with #481BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BE7; }
p { color: rgb(72,27,231); }
H1.HeaderClassName
{
color: #481BE7;
}
.AnyTagClassName
{
color: #481BE7;
}
</style>
background-color css
<style>
a { background-color: #481BE7; }
a { background-color: rgb(72,27,231); }
div.DivClassName
{
background-color: #481BE7;
}
.BgClassName
{
background-color: #481BE7;
}
</style>
border-color css
<style>
span { border-color: #481BE7; }
span { border-color: rgb(72,27,231); }
td.TdClassName
{
border-color: #481BE7;
}
.TagClassName
{
border-color: #481BE7;
}
</style>