Shades of Han Purple #4804E4
Tints of Han Purple #4804E4
RGB
CMYK
RGB Variations
Color information
#4804E4 (or 0x4804E4) is known color: Han Purple. HEX triplet: 48, 04 and E4. RGB value is (72,4,228). Sum of RGB (Red+Green+Blue) = 72+4+228=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 228 (89.45% from 255 or 75% from 304); Max value from RGB is 228 - color contains mainly: blue. Hex color #4804E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804E4 is #B7FB1B. Grayscale: #313131. Windows color (decimal): -12057372 or 14943304. OLE color: 14943304.
HSL color Cylindrical-coordinate representation of color #4804E4: hue angle of 258.21º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804E4 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 4 | 228 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.11 |
| HSL | 258.21º | 0.97% | 0.45% | - |
| HSV(B) | 258.21º | 0.98% | 0.89% | - |
| XYZ | 16.72 | 7.07 | 73.88 | - |
| YUV | 49.87 | 228.53 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 228 | 0.68 | 0.98 | 0 | 0.11 | 258.21 | 0.97 | 0.45 |
| Hex | 48 | 4 | E4 | 44 | 62 | 0 | B | 102 | 61 | 2D |
| Octal | 110 | 4 | 344 | 104 | 142 | 0 | 13 | 402 | 141 | 55 |
| Binary | 1001000 | 100 | 11100100 | 1000100 | 1100010 | 0 | 1011 | 100000010 | 1100001 | 101101 |
Color Harmonies of #4804E4
Complementary color
Monochromatic Colors of #4804E4
Black with #4804E4
Text Example
Text Example
White with #4804E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4804E4; }
p { color: rgb(72,4,228); }
H1.HeaderClassName
{
color: #4804E4;
}
.AnyTagClassName
{
color: #4804E4;
}
</style>
background-color css
<style>
a { background-color: #4804E4; }
a { background-color: rgb(72,4,228); }
div.DivClassName
{
background-color: #4804E4;
}
.BgClassName
{
background-color: #4804E4;
}
</style>
border-color css
<style>
span { border-color: #4804E4; }
span { border-color: rgb(72,4,228); }
td.TdClassName
{
border-color: #4804E4;
}
.TagClassName
{
border-color: #4804E4;
}
</style>