Shades of Han Purple #4819FA
Tints of Han Purple #4819FA
RGB
CMYK
RGB Variations
Color information
#4819FA (or 0x4819FA) is known color: Han Purple. HEX triplet: 48, 19 and FA. RGB value is (72,25,250). Sum of RGB (Red+Green+Blue) = 72+25+250=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #4819FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4819FA is #B7E605. Grayscale: #3F3F3F. Windows color (decimal): -12051974 or 16390472. OLE color: 16390472.
HSL color Cylindrical-coordinate representation of color #4819FA: hue angle of 252.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4819FA is Cyan = 0.71, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 25 | 250 | - |
| CMYK | 0.71 | 0.9 | 0 | 0.02 |
| HSL | 252.53º | 0.96% | 0.54% | - |
| HSV(B) | 252.53º | 0.9% | 0.98% | - |
| XYZ | 20.28 | 8.98 | 91.11 | - |
| YUV | 64.7 | 232.57 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 250 | 0.71 | 0.9 | 0 | 0.02 | 252.53 | 0.96 | 0.54 |
| Hex | 48 | 19 | FA | 47 | 5A | 0 | 2 | FD | 60 | 36 |
| Octal | 110 | 31 | 372 | 107 | 132 | 0 | 2 | 375 | 140 | 66 |
| Binary | 1001000 | 11001 | 11111010 | 1000111 | 1011010 | 0 | 10 | 11111101 | 1100000 | 110110 |
Color Harmonies of #4819FA
Complementary color
Monochromatic Colors of #4819FA
Black with #4819FA
Text Example
Text Example
White with #4819FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4819FA; }
p { color: rgb(72,25,250); }
H1.HeaderClassName
{
color: #4819FA;
}
.AnyTagClassName
{
color: #4819FA;
}
</style>
background-color css
<style>
a { background-color: #4819FA; }
a { background-color: rgb(72,25,250); }
div.DivClassName
{
background-color: #4819FA;
}
.BgClassName
{
background-color: #4819FA;
}
</style>
border-color css
<style>
span { border-color: #4819FA; }
span { border-color: rgb(72,25,250); }
td.TdClassName
{
border-color: #4819FA;
}
.TagClassName
{
border-color: #4819FA;
}
</style>