Shades of Han Purple #4627FB
Tints of Han Purple #4627FB
RGB
CMYK
RGB Variations
Color information
#4627FB (or 0x4627FB) is known color: Han Purple. HEX triplet: 46, 27 and FB. RGB value is (70,39,251). Sum of RGB (Red+Green+Blue) = 70+39+251=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #4627FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4627FB is #B9D804. Grayscale: #474747. Windows color (decimal): -12179461 or 16459590. OLE color: 16459590.
HSL color Cylindrical-coordinate representation of color #4627FB: hue angle of 248.77º degrees, saturation: 0.96, 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 #4627FB is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 39 | 251 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.02 |
| HSL | 248.77º | 0.96% | 0.57% | - |
| HSV(B) | 248.77º | 0.84% | 0.98% | - |
| XYZ | 20.66 | 9.72 | 92.05 | - |
| YUV | 72.44 | 228.77 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 251 | 0.72 | 0.84 | 0 | 0.02 | 248.77 | 0.96 | 0.57 |
| Hex | 46 | 27 | FB | 48 | 54 | 0 | 2 | F9 | 60 | 39 |
| Octal | 106 | 47 | 373 | 110 | 124 | 0 | 2 | 371 | 140 | 71 |
| Binary | 1000110 | 100111 | 11111011 | 1001000 | 1010100 | 0 | 10 | 11111001 | 1100000 | 111001 |
Color Harmonies of #4627FB
Complementary color
Monochromatic Colors of #4627FB
Black with #4627FB
Text Example
Text Example
White with #4627FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4627FB; }
p { color: rgb(70,39,251); }
H1.HeaderClassName
{
color: #4627FB;
}
.AnyTagClassName
{
color: #4627FB;
}
</style>
background-color css
<style>
a { background-color: #4627FB; }
a { background-color: rgb(70,39,251); }
div.DivClassName
{
background-color: #4627FB;
}
.BgClassName
{
background-color: #4627FB;
}
</style>
border-color css
<style>
span { border-color: #4627FB; }
span { border-color: rgb(70,39,251); }
td.TdClassName
{
border-color: #4627FB;
}
.TagClassName
{
border-color: #4627FB;
}
</style>