Shades of Han Purple #4632EF
Tints of Han Purple #4632EF
RGB
CMYK
RGB Variations
Color information
#4632EF (or 0x4632EF) is known color: Han Purple. HEX triplet: 46, 32 and EF. RGB value is (70,50,239). Sum of RGB (Red+Green+Blue) = 70+50+239=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #4632EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4632EF is #B9CD10. Grayscale: #4C4C4C. Windows color (decimal): -12176657 or 15675974. OLE color: 15675974.
HSL color Cylindrical-coordinate representation of color #4632EF: hue angle of 246.35º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4632EF is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 50 | 239 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.06 |
| HSL | 246.35º | 0.86% | 0.57% | - |
| HSV(B) | 246.35º | 0.79% | 0.94% | - |
| XYZ | 19.25 | 9.82 | 82.54 | - |
| YUV | 77.53 | 219.13 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 239 | 0.71 | 0.79 | 0 | 0.06 | 246.35 | 0.86 | 0.57 |
| Hex | 46 | 32 | EF | 47 | 4F | 0 | 6 | F6 | 56 | 39 |
| Octal | 106 | 62 | 357 | 107 | 117 | 0 | 6 | 366 | 126 | 71 |
| Binary | 1000110 | 110010 | 11101111 | 1000111 | 1001111 | 0 | 110 | 11110110 | 1010110 | 111001 |
Color Harmonies of #4632EF
Complementary color
Monochromatic Colors of #4632EF
Black with #4632EF
Text Example
Text Example
White with #4632EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632EF; }
p { color: rgb(70,50,239); }
H1.HeaderClassName
{
color: #4632EF;
}
.AnyTagClassName
{
color: #4632EF;
}
</style>
background-color css
<style>
a { background-color: #4632EF; }
a { background-color: rgb(70,50,239); }
div.DivClassName
{
background-color: #4632EF;
}
.BgClassName
{
background-color: #4632EF;
}
</style>
border-color css
<style>
span { border-color: #4632EF; }
span { border-color: rgb(70,50,239); }
td.TdClassName
{
border-color: #4632EF;
}
.TagClassName
{
border-color: #4632EF;
}
</style>