Shades of Han Purple #4804EC
Tints of Han Purple #4804EC
RGB
CMYK
RGB Variations
Color information
#4804EC (or 0x4804EC) is known color: Han Purple. HEX triplet: 48, 04 and EC. RGB value is (72,4,236). Sum of RGB (Red+Green+Blue) = 72+4+236=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #4804EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4804EC is #B7FB13. Grayscale: #313131. Windows color (decimal): -12057364 or 15467592. OLE color: 15467592.
HSL color Cylindrical-coordinate representation of color #4804EC: hue angle of 257.59º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804EC is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 4 | 236 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.07 |
| HSL | 257.59º | 0.97% | 0.47% | - |
| HSV(B) | 257.59º | 0.98% | 0.93% | - |
| XYZ | 17.86 | 7.52 | 79.87 | - |
| YUV | 50.78 | 232.53 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 236 | 0.69 | 0.98 | 0 | 0.07 | 257.59 | 0.97 | 0.47 |
| Hex | 48 | 4 | EC | 45 | 62 | 0 | 7 | 102 | 61 | 2F |
| Octal | 110 | 4 | 354 | 105 | 142 | 0 | 7 | 402 | 141 | 57 |
| Binary | 1001000 | 100 | 11101100 | 1000101 | 1100010 | 0 | 111 | 100000010 | 1100001 | 101111 |
Color Harmonies of #4804EC
Complementary color
Monochromatic Colors of #4804EC
Black with #4804EC
Text Example
Text Example
White with #4804EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4804EC; }
p { color: rgb(72,4,236); }
H1.HeaderClassName
{
color: #4804EC;
}
.AnyTagClassName
{
color: #4804EC;
}
</style>
background-color css
<style>
a { background-color: #4804EC; }
a { background-color: rgb(72,4,236); }
div.DivClassName
{
background-color: #4804EC;
}
.BgClassName
{
background-color: #4804EC;
}
</style>
border-color css
<style>
span { border-color: #4804EC; }
span { border-color: rgb(72,4,236); }
td.TdClassName
{
border-color: #4804EC;
}
.TagClassName
{
border-color: #4804EC;
}
</style>