Shades of Han Purple #4627F1
Tints of Han Purple #4627F1
RGB
CMYK
RGB Variations
Color information
#4627F1 (or 0x4627F1) is known color: Han Purple. HEX triplet: 46, 27 and F1. RGB value is (70,39,241). Sum of RGB (Red+Green+Blue) = 70+39+241=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #4627F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4627F1 is #B9D80E. Grayscale: #464646. Windows color (decimal): -12179471 or 15804230. OLE color: 15804230.
HSL color Cylindrical-coordinate representation of color #4627F1: hue angle of 249.21º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4627F1 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 39 | 241 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.05 |
| HSL | 249.21º | 0.88% | 0.55% | - |
| HSV(B) | 249.21º | 0.84% | 0.95% | - |
| XYZ | 19.13 | 9.1 | 83.97 | - |
| YUV | 71.3 | 223.77 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 241 | 0.71 | 0.84 | 0 | 0.05 | 249.21 | 0.88 | 0.55 |
| Hex | 46 | 27 | F1 | 47 | 54 | 0 | 5 | F9 | 58 | 37 |
| Octal | 106 | 47 | 361 | 107 | 124 | 0 | 5 | 371 | 130 | 67 |
| Binary | 1000110 | 100111 | 11110001 | 1000111 | 1010100 | 0 | 101 | 11111001 | 1011000 | 110111 |
Color Harmonies of #4627F1
Complementary color
Monochromatic Colors of #4627F1
Black with #4627F1
Text Example
Text Example
White with #4627F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4627F1; }
p { color: rgb(70,39,241); }
H1.HeaderClassName
{
color: #4627F1;
}
.AnyTagClassName
{
color: #4627F1;
}
</style>
background-color css
<style>
a { background-color: #4627F1; }
a { background-color: rgb(70,39,241); }
div.DivClassName
{
background-color: #4627F1;
}
.BgClassName
{
background-color: #4627F1;
}
</style>
border-color css
<style>
span { border-color: #4627F1; }
span { border-color: rgb(70,39,241); }
td.TdClassName
{
border-color: #4627F1;
}
.TagClassName
{
border-color: #4627F1;
}
</style>