Shades of Han Purple #4615FA
Tints of Han Purple #4615FA
RGB
CMYK
RGB Variations
Color information
#4615FA (or 0x4615FA) is known color: Han Purple. HEX triplet: 46, 15 and FA. RGB value is (70,21,250). Sum of RGB (Red+Green+Blue) = 70+21+250=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #4615FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4615FA is #B9EA05. Grayscale: #3C3C3C. Windows color (decimal): -12184070 or 16389446. OLE color: 16389446.
HSL color Cylindrical-coordinate representation of color #4615FA: hue angle of 252.84º 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 #4615FA is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 21 | 250 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.02 |
| HSL | 252.84º | 0.96% | 0.53% | - |
| HSV(B) | 252.84º | 0.92% | 0.98% | - |
| XYZ | 20.05 | 8.74 | 91.07 | - |
| YUV | 61.76 | 234.23 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 250 | 0.72 | 0.92 | 0 | 0.02 | 252.84 | 0.96 | 0.53 |
| Hex | 46 | 15 | FA | 48 | 5C | 0 | 2 | FD | 60 | 35 |
| Octal | 106 | 25 | 372 | 110 | 134 | 0 | 2 | 375 | 140 | 65 |
| Binary | 1000110 | 10101 | 11111010 | 1001000 | 1011100 | 0 | 10 | 11111101 | 1100000 | 110101 |
Color Harmonies of #4615FA
Complementary color
Monochromatic Colors of #4615FA
Black with #4615FA
Text Example
Text Example
White with #4615FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4615FA; }
p { color: rgb(70,21,250); }
H1.HeaderClassName
{
color: #4615FA;
}
.AnyTagClassName
{
color: #4615FA;
}
</style>
background-color css
<style>
a { background-color: #4615FA; }
a { background-color: rgb(70,21,250); }
div.DivClassName
{
background-color: #4615FA;
}
.BgClassName
{
background-color: #4615FA;
}
</style>
border-color css
<style>
span { border-color: #4615FA; }
span { border-color: rgb(70,21,250); }
td.TdClassName
{
border-color: #4615FA;
}
.TagClassName
{
border-color: #4615FA;
}
</style>