Shades of Han Purple #4730EF
Tints of Han Purple #4730EF
RGB
CMYK
RGB Variations
Color information
#4730EF (or 0x4730EF) is known color: Han Purple. HEX triplet: 47, 30 and EF. RGB value is (71,48,239). Sum of RGB (Red+Green+Blue) = 71+48+239=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #4730EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4730EF is #B8CF10. Grayscale: #4B4B4B. Windows color (decimal): -12111633 or 15675463. OLE color: 15675463.
HSL color Cylindrical-coordinate representation of color #4730EF: hue angle of 247.23º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4730EF is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 48 | 239 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.06 |
| HSL | 247.23º | 0.86% | 0.56% | - |
| HSV(B) | 247.23º | 0.8% | 0.94% | - |
| XYZ | 19.24 | 9.69 | 82.52 | - |
| YUV | 76.65 | 219.62 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 239 | 0.70 | 0.80 | 0 | 0.06 | 247.23 | 0.86 | 0.56 |
| Hex | 47 | 30 | EF | 46 | 50 | 0 | 6 | F7 | 56 | 38 |
| Octal | 107 | 60 | 357 | 106 | 120 | 0 | 6 | 367 | 126 | 70 |
| Binary | 1000111 | 110000 | 11101111 | 1000110 | 1010000 | 0 | 110 | 11110111 | 1010110 | 111000 |
Color Harmonies of #4730EF
Complementary color
Monochromatic Colors of #4730EF
Black with #4730EF
Text Example
Text Example
White with #4730EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4730EF; }
p { color: rgb(71,48,239); }
H1.HeaderClassName
{
color: #4730EF;
}
.AnyTagClassName
{
color: #4730EF;
}
</style>
background-color css
<style>
a { background-color: #4730EF; }
a { background-color: rgb(71,48,239); }
div.DivClassName
{
background-color: #4730EF;
}
.BgClassName
{
background-color: #4730EF;
}
</style>
border-color css
<style>
span { border-color: #4730EF; }
span { border-color: rgb(71,48,239); }
td.TdClassName
{
border-color: #4730EF;
}
.TagClassName
{
border-color: #4730EF;
}
</style>