Shades of Han Purple #4814FA
Tints of Han Purple #4814FA
RGB
CMYK
RGB Variations
Color information
#4814FA (or 0x4814FA) is known color: Han Purple. HEX triplet: 48, 14 and FA. RGB value is (72,20,250). Sum of RGB (Red+Green+Blue) = 72+20+250=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #4814FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4814FA is #B7EB05. Grayscale: #3C3C3C. Windows color (decimal): -12053254 or 16389192. OLE color: 16389192.
HSL color Cylindrical-coordinate representation of color #4814FA: hue angle of 253.57º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4814FA is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 20 | 250 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.02 |
| HSL | 253.57º | 0.96% | 0.53% | - |
| HSV(B) | 253.57º | 0.92% | 0.98% | - |
| XYZ | 20.18 | 8.78 | 91.07 | - |
| YUV | 61.77 | 234.23 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 250 | 0.71 | 0.92 | 0 | 0.02 | 253.57 | 0.96 | 0.53 |
| Hex | 48 | 14 | FA | 47 | 5C | 0 | 2 | FE | 60 | 35 |
| Octal | 110 | 24 | 372 | 107 | 134 | 0 | 2 | 376 | 140 | 65 |
| Binary | 1001000 | 10100 | 11111010 | 1000111 | 1011100 | 0 | 10 | 11111110 | 1100000 | 110101 |
Color Harmonies of #4814FA
Complementary color
Monochromatic Colors of #4814FA
Black with #4814FA
Text Example
Text Example
White with #4814FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4814FA; }
p { color: rgb(72,20,250); }
H1.HeaderClassName
{
color: #4814FA;
}
.AnyTagClassName
{
color: #4814FA;
}
</style>
background-color css
<style>
a { background-color: #4814FA; }
a { background-color: rgb(72,20,250); }
div.DivClassName
{
background-color: #4814FA;
}
.BgClassName
{
background-color: #4814FA;
}
</style>
border-color css
<style>
span { border-color: #4814FA; }
span { border-color: rgb(72,20,250); }
td.TdClassName
{
border-color: #4814FA;
}
.TagClassName
{
border-color: #4814FA;
}
</style>