Shades of Han Purple #4818EA
Tints of Han Purple #4818EA
RGB
CMYK
RGB Variations
Color information
#4818EA (or 0x4818EA) is known color: Han Purple. HEX triplet: 48, 18 and EA. RGB value is (72,24,234). Sum of RGB (Red+Green+Blue) = 72+24+234=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #4818EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4818EA is #B7E715. Grayscale: #3D3D3D. Windows color (decimal): -12052246 or 15341640. OLE color: 15341640.
HSL color Cylindrical-coordinate representation of color #4818EA: hue angle of 253.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4818EA is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 24 | 234 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.08 |
| HSL | 253.71º | 0.83% | 0.51% | - |
| HSV(B) | 253.71º | 0.9% | 0.92% | - |
| XYZ | 17.85 | 7.97 | 78.44 | - |
| YUV | 62.29 | 224.9 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 234 | 0.69 | 0.90 | 0 | 0.08 | 253.71 | 0.83 | 0.51 |
| Hex | 48 | 18 | EA | 45 | 5A | 0 | 8 | FE | 53 | 33 |
| Octal | 110 | 30 | 352 | 105 | 132 | 0 | 10 | 376 | 123 | 63 |
| Binary | 1001000 | 11000 | 11101010 | 1000101 | 1011010 | 0 | 1000 | 11111110 | 1010011 | 110011 |
Color Harmonies of #4818EA
Complementary color
Monochromatic Colors of #4818EA
Black with #4818EA
Text Example
Text Example
White with #4818EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4818EA; }
p { color: rgb(72,24,234); }
H1.HeaderClassName
{
color: #4818EA;
}
.AnyTagClassName
{
color: #4818EA;
}
</style>
background-color css
<style>
a { background-color: #4818EA; }
a { background-color: rgb(72,24,234); }
div.DivClassName
{
background-color: #4818EA;
}
.BgClassName
{
background-color: #4818EA;
}
</style>
border-color css
<style>
span { border-color: #4818EA; }
span { border-color: rgb(72,24,234); }
td.TdClassName
{
border-color: #4818EA;
}
.TagClassName
{
border-color: #4818EA;
}
</style>