Shades of Han Purple #4800E3
Tints of Han Purple #4800E3
RGB
CMYK
RGB Variations
Color information
#4800E3 (or 0x4800E3) is known color: Han Purple. HEX triplet: 48, 00 and E3. RGB value is (72,0,227). Sum of RGB (Red+Green+Blue) = 72+0+227=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 227 (89.06% from 255 or 75.92% from 299); Max value from RGB is 227 - color contains mainly: blue. Hex color #4800E3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4800E3 is #B7FF1C. Grayscale: #2E2E2E. Windows color (decimal): -12058397 or 14876744. OLE color: 14876744.
HSL color Cylindrical-coordinate representation of color #4800E3: hue angle of 259.03º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800E3 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 0 | 227 | - |
| CMYK | 0.68 | 1 | 0 | 0.11 |
| HSL | 259.03º | 1% | 0.45% | - |
| HSV(B) | 259.03º | 1% | 0.89% | - |
| XYZ | 16.54 | 6.92 | 73.14 | - |
| YUV | 47.41 | 229.35 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 227 | 0.68 | 1 | 0 | 0.11 | 259.03 | 1 | 0.45 |
| Hex | 48 | 0 | E3 | 44 | 64 | 0 | B | 103 | 64 | 2D |
| Octal | 110 | 0 | 343 | 104 | 144 | 0 | 13 | 403 | 144 | 55 |
| Binary | 1001000 | 0 | 11100011 | 1000100 | 1100100 | 0 | 1011 | 100000011 | 1100100 | 101101 |
Color Harmonies of #4800E3
Complementary color
Monochromatic Colors of #4800E3
Black with #4800E3
Text Example
Text Example
White with #4800E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4800E3; }
p { color: rgb(72,0,227); }
H1.HeaderClassName
{
color: #4800E3;
}
.AnyTagClassName
{
color: #4800E3;
}
</style>
background-color css
<style>
a { background-color: #4800E3; }
a { background-color: rgb(72,0,227); }
div.DivClassName
{
background-color: #4800E3;
}
.BgClassName
{
background-color: #4800E3;
}
</style>
border-color css
<style>
span { border-color: #4800E3; }
span { border-color: rgb(72,0,227); }
td.TdClassName
{
border-color: #4800E3;
}
.TagClassName
{
border-color: #4800E3;
}
</style>