Shades of Han Purple #4616FA
Tints of Han Purple #4616FA
RGB
CMYK
RGB Variations
Color information
#4616FA (or 0x4616FA) is known color: Han Purple. HEX triplet: 46, 16 and FA. RGB value is (70,22,250). Sum of RGB (Red+Green+Blue) = 70+22+250=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #4616FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4616FA is #B9E905. Grayscale: #3D3D3D. Windows color (decimal): -12183814 or 16389702. OLE color: 16389702.
HSL color Cylindrical-coordinate representation of color #4616FA: hue angle of 252.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4616FA is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 22 | 250 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.02 |
| HSL | 252.63º | 0.96% | 0.53% | - |
| HSV(B) | 252.63º | 0.91% | 0.98% | - |
| XYZ | 20.07 | 8.78 | 91.08 | - |
| YUV | 62.34 | 233.9 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 250 | 0.72 | 0.91 | 0 | 0.02 | 252.63 | 0.96 | 0.53 |
| Hex | 46 | 16 | FA | 48 | 5B | 0 | 2 | FD | 60 | 35 |
| Octal | 106 | 26 | 372 | 110 | 133 | 0 | 2 | 375 | 140 | 65 |
| Binary | 1000110 | 10110 | 11111010 | 1001000 | 1011011 | 0 | 10 | 11111101 | 1100000 | 110101 |
Color Harmonies of #4616FA
Complementary color
Monochromatic Colors of #4616FA
Black with #4616FA
Text Example
Text Example
White with #4616FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4616FA; }
p { color: rgb(70,22,250); }
H1.HeaderClassName
{
color: #4616FA;
}
.AnyTagClassName
{
color: #4616FA;
}
</style>
background-color css
<style>
a { background-color: #4616FA; }
a { background-color: rgb(70,22,250); }
div.DivClassName
{
background-color: #4616FA;
}
.BgClassName
{
background-color: #4616FA;
}
</style>
border-color css
<style>
span { border-color: #4616FA; }
span { border-color: rgb(70,22,250); }
td.TdClassName
{
border-color: #4616FA;
}
.TagClassName
{
border-color: #4616FA;
}
</style>