Shades of Han Purple #4620F0
Tints of Han Purple #4620F0
RGB
CMYK
RGB Variations
Color information
#4620F0 (or 0x4620F0) is known color: Han Purple. HEX triplet: 46, 20 and F0. RGB value is (70,32,240). Sum of RGB (Red+Green+Blue) = 70+32+240=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 240 (94.14% from 255 or 70.18% from 342); Max value from RGB is 240 - color contains mainly: blue. Hex color #4620F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4620F0 is #B9DF0F. Grayscale: #424242. Windows color (decimal): -12181264 or 15736902. OLE color: 15736902.
HSL color Cylindrical-coordinate representation of color #4620F0: hue angle of 250.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4620F0 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 32 | 240 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.06 |
| HSL | 250.96º | 0.87% | 0.53% | - |
| HSV(B) | 250.96º | 0.87% | 0.94% | - |
| XYZ | 18.77 | 8.63 | 83.11 | - |
| YUV | 67.07 | 225.59 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 240 | 0.71 | 0.87 | 0 | 0.06 | 250.96 | 0.87 | 0.53 |
| Hex | 46 | 20 | F0 | 47 | 57 | 0 | 6 | FB | 57 | 35 |
| Octal | 106 | 40 | 360 | 107 | 127 | 0 | 6 | 373 | 127 | 65 |
| Binary | 1000110 | 100000 | 11110000 | 1000111 | 1010111 | 0 | 110 | 11111011 | 1010111 | 110101 |
Color Harmonies of #4620F0
Complementary color
Monochromatic Colors of #4620F0
Black with #4620F0
Text Example
Text Example
White with #4620F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4620F0; }
p { color: rgb(70,32,240); }
H1.HeaderClassName
{
color: #4620F0;
}
.AnyTagClassName
{
color: #4620F0;
}
</style>
background-color css
<style>
a { background-color: #4620F0; }
a { background-color: rgb(70,32,240); }
div.DivClassName
{
background-color: #4620F0;
}
.BgClassName
{
background-color: #4620F0;
}
</style>
border-color css
<style>
span { border-color: #4620F0; }
span { border-color: rgb(70,32,240); }
td.TdClassName
{
border-color: #4620F0;
}
.TagClassName
{
border-color: #4620F0;
}
</style>