Shades of Han Purple #4818FA
Tints of Han Purple #4818FA
RGB
CMYK
RGB Variations
Color information
#4818FA (or 0x4818FA) is known color: Han Purple. HEX triplet: 48, 18 and FA. RGB value is (72,24,250). Sum of RGB (Red+Green+Blue) = 72+24+250=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #4818FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4818FA is #B7E705. Grayscale: #3F3F3F. Windows color (decimal): -12052230 or 16390216. OLE color: 16390216.
HSL color Cylindrical-coordinate representation of color #4818FA: hue angle of 252.74º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4818FA is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 24 | 250 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.02 |
| HSL | 252.74º | 0.96% | 0.54% | - |
| HSV(B) | 252.74º | 0.9% | 0.98% | - |
| XYZ | 20.25 | 8.93 | 91.1 | - |
| YUV | 64.12 | 232.9 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 250 | 0.71 | 0.90 | 0 | 0.02 | 252.74 | 0.96 | 0.54 |
| Hex | 48 | 18 | FA | 47 | 5A | 0 | 2 | FD | 60 | 36 |
| Octal | 110 | 30 | 372 | 107 | 132 | 0 | 2 | 375 | 140 | 66 |
| Binary | 1001000 | 11000 | 11111010 | 1000111 | 1011010 | 0 | 10 | 11111101 | 1100000 | 110110 |
Color Harmonies of #4818FA
Complementary color
Monochromatic Colors of #4818FA
Black with #4818FA
Text Example
Text Example
White with #4818FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4818FA; }
p { color: rgb(72,24,250); }
H1.HeaderClassName
{
color: #4818FA;
}
.AnyTagClassName
{
color: #4818FA;
}
</style>
background-color css
<style>
a { background-color: #4818FA; }
a { background-color: rgb(72,24,250); }
div.DivClassName
{
background-color: #4818FA;
}
.BgClassName
{
background-color: #4818FA;
}
</style>
border-color css
<style>
span { border-color: #4818FA; }
span { border-color: rgb(72,24,250); }
td.TdClassName
{
border-color: #4818FA;
}
.TagClassName
{
border-color: #4818FA;
}
</style>