Shades of Han Purple #4620FF
Tints of Han Purple #4620FF
RGB
CMYK
RGB Variations
Color information
#4620FF (or 0x4620FF) is known color: Han Purple. HEX triplet: 46, 20 and FF. RGB value is (70,32,255). Sum of RGB (Red+Green+Blue) = 70+32+255=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #4620FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4620FF is #B9DF00. Grayscale: #434343. Windows color (decimal): -12181249 or 16719942. OLE color: 16719942.
HSL color Cylindrical-coordinate representation of color #4620FF: hue angle of 250.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4620FF is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 32 | 255 | - |
| CMYK | 0.73 | 0.87 | 0 | 0 |
| HSL | 250.22º | 1% | 0.56% | - |
| HSV(B) | 250.22º | 0.87% | 1% | - |
| XYZ | 21.09 | 9.56 | 95.34 | - |
| YUV | 68.78 | 233.09 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 255 | 0.73 | 0.87 | 0 | 0 | 250.22 | 1 | 0.56 |
| Hex | 46 | 20 | FF | 49 | 57 | 0 | 0 | FA | 64 | 38 |
| Octal | 106 | 40 | 377 | 111 | 127 | 0 | 0 | 372 | 144 | 70 |
| Binary | 1000110 | 100000 | 11111111 | 1001001 | 1010111 | 0 | 0 | 11111010 | 1100100 | 111000 |
Color Harmonies of #4620FF
Complementary color
Monochromatic Colors of #4620FF
Black with #4620FF
Text Example
Text Example
White with #4620FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4620FF; }
p { color: rgb(70,32,255); }
H1.HeaderClassName
{
color: #4620FF;
}
.AnyTagClassName
{
color: #4620FF;
}
</style>
background-color css
<style>
a { background-color: #4620FF; }
a { background-color: rgb(70,32,255); }
div.DivClassName
{
background-color: #4620FF;
}
.BgClassName
{
background-color: #4620FF;
}
</style>
border-color css
<style>
span { border-color: #4620FF; }
span { border-color: rgb(70,32,255); }
td.TdClassName
{
border-color: #4620FF;
}
.TagClassName
{
border-color: #4620FF;
}
</style>