Shades of Han Purple #4915FA
Tints of Han Purple #4915FA
RGB
CMYK
RGB Variations
Color information
#4915FA (or 0x4915FA) is known color: Han Purple. HEX triplet: 49, 15 and FA. RGB value is (73,21,250). Sum of RGB (Red+Green+Blue) = 73+21+250=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #4915FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4915FA is #B6EA05. Grayscale: #3D3D3D. Windows color (decimal): -11987462 or 16389449. OLE color: 16389449.
HSL color Cylindrical-coordinate representation of color #4915FA: hue angle of 253.62º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4915FA is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 21 | 250 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.02 |
| HSL | 253.62º | 0.96% | 0.53% | - |
| HSV(B) | 253.62º | 0.92% | 0.98% | - |
| XYZ | 20.27 | 8.85 | 91.08 | - |
| YUV | 62.65 | 233.73 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 250 | 0.71 | 0.92 | 0 | 0.02 | 253.62 | 0.96 | 0.53 |
| Hex | 49 | 15 | FA | 47 | 5C | 0 | 2 | FE | 60 | 35 |
| Octal | 111 | 25 | 372 | 107 | 134 | 0 | 2 | 376 | 140 | 65 |
| Binary | 1001001 | 10101 | 11111010 | 1000111 | 1011100 | 0 | 10 | 11111110 | 1100000 | 110101 |
Color Harmonies of #4915FA
Complementary color
Monochromatic Colors of #4915FA
Black with #4915FA
Text Example
Text Example
White with #4915FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4915FA; }
p { color: rgb(73,21,250); }
H1.HeaderClassName
{
color: #4915FA;
}
.AnyTagClassName
{
color: #4915FA;
}
</style>
background-color css
<style>
a { background-color: #4915FA; }
a { background-color: rgb(73,21,250); }
div.DivClassName
{
background-color: #4915FA;
}
.BgClassName
{
background-color: #4915FA;
}
</style>
border-color css
<style>
span { border-color: #4915FA; }
span { border-color: rgb(73,21,250); }
td.TdClassName
{
border-color: #4915FA;
}
.TagClassName
{
border-color: #4915FA;
}
</style>