Shades of Han Purple #4627FA
Tints of Han Purple #4627FA
RGB
CMYK
RGB Variations
Color information
#4627FA (or 0x4627FA) is known color: Han Purple. HEX triplet: 46, 27 and FA. RGB value is (70,39,250). Sum of RGB (Red+Green+Blue) = 70+39+250=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #4627FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4627FA is #B9D805. Grayscale: #474747. Windows color (decimal): -12179462 or 16394054. OLE color: 16394054.
HSL color Cylindrical-coordinate representation of color #4627FA: hue angle of 248.82º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4627FA is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 39 | 250 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.02 |
| HSL | 248.82º | 0.95% | 0.57% | - |
| HSV(B) | 248.82º | 0.84% | 0.98% | - |
| XYZ | 20.51 | 9.66 | 91.23 | - |
| YUV | 72.32 | 228.27 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 250 | 0.72 | 0.84 | 0 | 0.02 | 248.82 | 0.95 | 0.57 |
| Hex | 46 | 27 | FA | 48 | 54 | 0 | 2 | F9 | 5F | 39 |
| Octal | 106 | 47 | 372 | 110 | 124 | 0 | 2 | 371 | 137 | 71 |
| Binary | 1000110 | 100111 | 11111010 | 1001000 | 1010100 | 0 | 10 | 11111001 | 1011111 | 111001 |
Color Harmonies of #4627FA
Complementary color
Monochromatic Colors of #4627FA
Black with #4627FA
Text Example
Text Example
White with #4627FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4627FA; }
p { color: rgb(70,39,250); }
H1.HeaderClassName
{
color: #4627FA;
}
.AnyTagClassName
{
color: #4627FA;
}
</style>
background-color css
<style>
a { background-color: #4627FA; }
a { background-color: rgb(70,39,250); }
div.DivClassName
{
background-color: #4627FA;
}
.BgClassName
{
background-color: #4627FA;
}
</style>
border-color css
<style>
span { border-color: #4627FA; }
span { border-color: rgb(70,39,250); }
td.TdClassName
{
border-color: #4627FA;
}
.TagClassName
{
border-color: #4627FA;
}
</style>