Shades of Han Purple #4814DA
Tints of Han Purple #4814DA
RGB
CMYK
RGB Variations
Color information
#4814DA (or 0x4814DA) is known color: Han Purple. HEX triplet: 48, 14 and DA. RGB value is (72,20,218). Sum of RGB (Red+Green+Blue) = 72+20+218=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #4814DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4814DA is #B7EB25. Grayscale: #393939. Windows color (decimal): -12053286 or 14292040. OLE color: 14292040.
HSL color Cylindrical-coordinate representation of color #4814DA: hue angle of 255.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4814DA is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 20 | 218 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.15 |
| HSL | 255.76º | 0.83% | 0.47% | - |
| HSV(B) | 255.76º | 0.91% | 0.85% | - |
| XYZ | 15.58 | 6.94 | 66.85 | - |
| YUV | 58.12 | 218.23 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 218 | 0.67 | 0.91 | 0 | 0.15 | 255.76 | 0.83 | 0.47 |
| Hex | 48 | 14 | DA | 43 | 5B | 0 | F | 100 | 53 | 2F |
| Octal | 110 | 24 | 332 | 103 | 133 | 0 | 17 | 400 | 123 | 57 |
| Binary | 1001000 | 10100 | 11011010 | 1000011 | 1011011 | 0 | 1111 | 100000000 | 1010011 | 101111 |
Color Harmonies of #4814DA
Complementary color
Monochromatic Colors of #4814DA
Black with #4814DA
Text Example
Text Example
White with #4814DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4814DA; }
p { color: rgb(72,20,218); }
H1.HeaderClassName
{
color: #4814DA;
}
.AnyTagClassName
{
color: #4814DA;
}
</style>
background-color css
<style>
a { background-color: #4814DA; }
a { background-color: rgb(72,20,218); }
div.DivClassName
{
background-color: #4814DA;
}
.BgClassName
{
background-color: #4814DA;
}
</style>
border-color css
<style>
span { border-color: #4814DA; }
span { border-color: rgb(72,20,218); }
td.TdClassName
{
border-color: #4814DA;
}
.TagClassName
{
border-color: #4814DA;
}
</style>