Shades of Han Purple #4618F8
Tints of Han Purple #4618F8
RGB
CMYK
RGB Variations
Color information
#4618F8 (or 0x4618F8) is known color: Han Purple. HEX triplet: 46, 18 and F8. RGB value is (70,24,248). Sum of RGB (Red+Green+Blue) = 70+24+248=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 248 (97.27% from 255 or 72.51% from 342); Max value from RGB is 248 - color contains mainly: blue. Hex color #4618F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4618F8 is #B9E707. Grayscale: #3E3E3E. Windows color (decimal): -12183304 or 16259142. OLE color: 16259142.
HSL color Cylindrical-coordinate representation of color #4618F8: hue angle of 252.32º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4618F8 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 24 | 248 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.03 |
| HSL | 252.32º | 0.94% | 0.53% | - |
| HSV(B) | 252.32º | 0.9% | 0.97% | - |
| XYZ | 19.8 | 8.73 | 89.45 | - |
| YUV | 63.29 | 232.24 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 248 | 0.72 | 0.90 | 0 | 0.03 | 252.32 | 0.94 | 0.53 |
| Hex | 46 | 18 | F8 | 48 | 5A | 0 | 3 | FC | 5E | 35 |
| Octal | 106 | 30 | 370 | 110 | 132 | 0 | 3 | 374 | 136 | 65 |
| Binary | 1000110 | 11000 | 11111000 | 1001000 | 1011010 | 0 | 11 | 11111100 | 1011110 | 110101 |
Color Harmonies of #4618F8
Complementary color
Monochromatic Colors of #4618F8
Black with #4618F8
Text Example
Text Example
White with #4618F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4618F8; }
p { color: rgb(70,24,248); }
H1.HeaderClassName
{
color: #4618F8;
}
.AnyTagClassName
{
color: #4618F8;
}
</style>
background-color css
<style>
a { background-color: #4618F8; }
a { background-color: rgb(70,24,248); }
div.DivClassName
{
background-color: #4618F8;
}
.BgClassName
{
background-color: #4618F8;
}
</style>
border-color css
<style>
span { border-color: #4618F8; }
span { border-color: rgb(70,24,248); }
td.TdClassName
{
border-color: #4618F8;
}
.TagClassName
{
border-color: #4618F8;
}
</style>