Shades of Han Purple #481CF7
Tints of Han Purple #481CF7
RGB
CMYK
RGB Variations
Color information
#481CF7 (or 0x481CF7) is known color: Han Purple. HEX triplet: 48, 1C and F7. RGB value is (72,28,247). Sum of RGB (Red+Green+Blue) = 72+28+247=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 247 (96.88% from 255 or 71.18% from 347); Max value from RGB is 247 - color contains mainly: blue. Hex color #481CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CF7 is #B7E308. Grayscale: #414141. Windows color (decimal): -12051209 or 16194632. OLE color: 16194632.
HSL color Cylindrical-coordinate representation of color #481CF7: hue angle of 252.05º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481CF7 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 72 | 28 | 247 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.03 |
| HSL | 252.05º | 0.93% | 0.54% | - |
| HSV(B) | 252.05º | 0.89% | 0.97% | - |
| XYZ | 19.88 | 8.92 | 88.67 | - |
| YUV | 66.12 | 230.08 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 247 | 0.71 | 0.89 | 0 | 0.03 | 252.05 | 0.93 | 0.54 |
| Hex | 48 | 1C | F7 | 47 | 59 | 0 | 3 | FC | 5D | 36 |
| Octal | 110 | 34 | 367 | 107 | 131 | 0 | 3 | 374 | 135 | 66 |
| Binary | 1001000 | 11100 | 11110111 | 1000111 | 1011001 | 0 | 11 | 11111100 | 1011101 | 110110 |
Color Harmonies of #481CF7
Complementary color
Monochromatic Colors of #481CF7
Black with #481CF7
Text Example
Text Example
White with #481CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CF7; }
p { color: rgb(72,28,247); }
H1.HeaderClassName
{
color: #481CF7;
}
.AnyTagClassName
{
color: #481CF7;
}
</style>
background-color css
<style>
a { background-color: #481CF7; }
a { background-color: rgb(72,28,247); }
div.DivClassName
{
background-color: #481CF7;
}
.BgClassName
{
background-color: #481CF7;
}
</style>
border-color css
<style>
span { border-color: #481CF7; }
span { border-color: rgb(72,28,247); }
td.TdClassName
{
border-color: #481CF7;
}
.TagClassName
{
border-color: #481CF7;
}
</style>