Shades of Han Purple #4918DA
Tints of Han Purple #4918DA
RGB
CMYK
RGB Variations
Color information
#4918DA (or 0x4918DA) is known color: Han Purple. HEX triplet: 49, 18 and DA. RGB value is (73,24,218). Sum of RGB (Red+Green+Blue) = 73+24+218=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #4918DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4918DA is #B6E725. Grayscale: #3C3C3C. Windows color (decimal): -11986726 or 14293065. OLE color: 14293065.
HSL color Cylindrical-coordinate representation of color #4918DA: hue angle of 255.15º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4918DA is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 24 | 218 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.15 |
| HSL | 255.15º | 0.8% | 0.47% | - |
| HSV(B) | 255.15º | 0.89% | 0.85% | - |
| XYZ | 15.73 | 7.13 | 66.88 | - |
| YUV | 60.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 218 | 0.67 | 0.89 | 0 | 0.15 | 255.15 | 0.8 | 0.47 |
| Hex | 49 | 18 | DA | 43 | 59 | 0 | F | FF | 50 | 2F |
| Octal | 111 | 30 | 332 | 103 | 131 | 0 | 17 | 377 | 120 | 57 |
| Binary | 1001001 | 11000 | 11011010 | 1000011 | 1011001 | 0 | 1111 | 11111111 | 1010000 | 101111 |
Color Harmonies of #4918DA
Complementary color
Monochromatic Colors of #4918DA
Black with #4918DA
Text Example
Text Example
White with #4918DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4918DA; }
p { color: rgb(73,24,218); }
H1.HeaderClassName
{
color: #4918DA;
}
.AnyTagClassName
{
color: #4918DA;
}
</style>
background-color css
<style>
a { background-color: #4918DA; }
a { background-color: rgb(73,24,218); }
div.DivClassName
{
background-color: #4918DA;
}
.BgClassName
{
background-color: #4918DA;
}
</style>
border-color css
<style>
span { border-color: #4918DA; }
span { border-color: rgb(73,24,218); }
td.TdClassName
{
border-color: #4918DA;
}
.TagClassName
{
border-color: #4918DA;
}
</style>