Shades of Han Purple #4627FF
Tints of Han Purple #4627FF
RGB
CMYK
RGB Variations
Color information
#4627FF (or 0x4627FF) is known color: Han Purple. HEX triplet: 46, 27 and FF. RGB value is (70,39,255). Sum of RGB (Red+Green+Blue) = 70+39+255=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #4627FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4627FF is #B9D800. Grayscale: #484848. Windows color (decimal): -12179457 or 16721734. OLE color: 16721734.
HSL color Cylindrical-coordinate representation of color #4627FF: hue angle of 248.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4627FF is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 39 | 255 | - |
| CMYK | 0.73 | 0.85 | 0 | 0 |
| HSL | 248.61º | 1% | 0.58% | - |
| HSV(B) | 248.61º | 0.85% | 1% | - |
| XYZ | 21.3 | 9.97 | 95.41 | - |
| YUV | 72.89 | 230.77 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 255 | 0.73 | 0.85 | 0 | 0 | 248.61 | 1 | 0.58 |
| Hex | 46 | 27 | FF | 49 | 55 | 0 | 0 | F9 | 64 | 3A |
| Octal | 106 | 47 | 377 | 111 | 125 | 0 | 0 | 371 | 144 | 72 |
| Binary | 1000110 | 100111 | 11111111 | 1001001 | 1010101 | 0 | 0 | 11111001 | 1100100 | 111010 |
Color Harmonies of #4627FF
Complementary color
Monochromatic Colors of #4627FF
Black with #4627FF
Text Example
Text Example
White with #4627FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4627FF; }
p { color: rgb(70,39,255); }
H1.HeaderClassName
{
color: #4627FF;
}
.AnyTagClassName
{
color: #4627FF;
}
</style>
background-color css
<style>
a { background-color: #4627FF; }
a { background-color: rgb(70,39,255); }
div.DivClassName
{
background-color: #4627FF;
}
.BgClassName
{
background-color: #4627FF;
}
</style>
border-color css
<style>
span { border-color: #4627FF; }
span { border-color: rgb(70,39,255); }
td.TdClassName
{
border-color: #4627FF;
}
.TagClassName
{
border-color: #4627FF;
}
</style>