Shades of Han Purple #4804E7
Tints of Han Purple #4804E7
RGB
CMYK
RGB Variations
Color information
#4804E7 (or 0x4804E7) is known color: Han Purple. HEX triplet: 48, 04 and E7. RGB value is (72,4,231). Sum of RGB (Red+Green+Blue) = 72+4+231=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 231 (90.62% from 255 or 75.24% from 307); Max value from RGB is 231 - color contains mainly: blue. Hex color #4804E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4804E7 is #B7FB18. Grayscale: #313131. Windows color (decimal): -12057369 or 15139912. OLE color: 15139912.
HSL color Cylindrical-coordinate representation of color #4804E7: hue angle of 257.97º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804E7 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 4 | 231 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.09 |
| HSL | 257.97º | 0.97% | 0.46% | - |
| HSV(B) | 257.97º | 0.98% | 0.91% | - |
| XYZ | 17.14 | 7.23 | 76.09 | - |
| YUV | 50.21 | 230.03 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 231 | 0.69 | 0.98 | 0 | 0.09 | 257.97 | 0.97 | 0.46 |
| Hex | 48 | 4 | E7 | 45 | 62 | 0 | 9 | 102 | 61 | 2E |
| Octal | 110 | 4 | 347 | 105 | 142 | 0 | 11 | 402 | 141 | 56 |
| Binary | 1001000 | 100 | 11100111 | 1000101 | 1100010 | 0 | 1001 | 100000010 | 1100001 | 101110 |
Color Harmonies of #4804E7
Complementary color
Monochromatic Colors of #4804E7
Black with #4804E7
Text Example
Text Example
White with #4804E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4804E7; }
p { color: rgb(72,4,231); }
H1.HeaderClassName
{
color: #4804E7;
}
.AnyTagClassName
{
color: #4804E7;
}
</style>
background-color css
<style>
a { background-color: #4804E7; }
a { background-color: rgb(72,4,231); }
div.DivClassName
{
background-color: #4804E7;
}
.BgClassName
{
background-color: #4804E7;
}
</style>
border-color css
<style>
span { border-color: #4804E7; }
span { border-color: rgb(72,4,231); }
td.TdClassName
{
border-color: #4804E7;
}
.TagClassName
{
border-color: #4804E7;
}
</style>