Shades of Han Purple #4618FA
Tints of Han Purple #4618FA
RGB
CMYK
RGB Variations
Color information
#4618FA (or 0x4618FA) is known color: Han Purple. HEX triplet: 46, 18 and FA. RGB value is (70,24,250). Sum of RGB (Red+Green+Blue) = 70+24+250=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 24 (9.77% from 255 or 6.98% 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 #4618FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4618FA is #B9E705. Grayscale: #3E3E3E. Windows color (decimal): -12183302 or 16390214. OLE color: 16390214.
HSL color Cylindrical-coordinate representation of color #4618FA: hue angle of 252.21º 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 #4618FA is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 24 | 250 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.02 |
| HSL | 252.21º | 0.96% | 0.54% | - |
| HSV(B) | 252.21º | 0.9% | 0.98% | - |
| XYZ | 20.11 | 8.86 | 91.09 | - |
| YUV | 63.52 | 233.24 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 250 | 0.72 | 0.90 | 0 | 0.02 | 252.21 | 0.96 | 0.54 |
| Hex | 46 | 18 | FA | 48 | 5A | 0 | 2 | FC | 60 | 36 |
| Octal | 106 | 30 | 372 | 110 | 132 | 0 | 2 | 374 | 140 | 66 |
| Binary | 1000110 | 11000 | 11111010 | 1001000 | 1011010 | 0 | 10 | 11111100 | 1100000 | 110110 |
Color Harmonies of #4618FA
Complementary color
Monochromatic Colors of #4618FA
Black with #4618FA
Text Example
Text Example
White with #4618FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4618FA; }
p { color: rgb(70,24,250); }
H1.HeaderClassName
{
color: #4618FA;
}
.AnyTagClassName
{
color: #4618FA;
}
</style>
background-color css
<style>
a { background-color: #4618FA; }
a { background-color: rgb(70,24,250); }
div.DivClassName
{
background-color: #4618FA;
}
.BgClassName
{
background-color: #4618FA;
}
</style>
border-color css
<style>
span { border-color: #4618FA; }
span { border-color: rgb(70,24,250); }
td.TdClassName
{
border-color: #4618FA;
}
.TagClassName
{
border-color: #4618FA;
}
</style>