Shades of Han Purple #4905DA
Tints of Han Purple #4905DA
RGB
CMYK
RGB Variations
Color information
#4905DA (or 0x4905DA) is known color: Han Purple. HEX triplet: 49, 05 and DA. RGB value is (73,5,218). Sum of RGB (Red+Green+Blue) = 73+5+218=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #4905DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4905DA is #B6FA25. Grayscale: #303030. Windows color (decimal): -11991590 or 14288201. OLE color: 14288201.
HSL color Cylindrical-coordinate representation of color #4905DA: hue angle of 259.15º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4905DA is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 5 | 218 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.15 |
| HSL | 259.15º | 0.96% | 0.44% | - |
| HSV(B) | 259.15º | 0.98% | 0.85% | - |
| XYZ | 15.46 | 6.59 | 66.79 | - |
| YUV | 49.61 | 223.03 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 218 | 0.67 | 0.98 | 0 | 0.15 | 259.15 | 0.96 | 0.44 |
| Hex | 49 | 5 | DA | 43 | 62 | 0 | F | 103 | 60 | 2C |
| Octal | 111 | 5 | 332 | 103 | 142 | 0 | 17 | 403 | 140 | 54 |
| Binary | 1001001 | 101 | 11011010 | 1000011 | 1100010 | 0 | 1111 | 100000011 | 1100000 | 101100 |
Color Harmonies of #4905DA
Complementary color
Monochromatic Colors of #4905DA
Black with #4905DA
Text Example
Text Example
White with #4905DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4905DA; }
p { color: rgb(73,5,218); }
H1.HeaderClassName
{
color: #4905DA;
}
.AnyTagClassName
{
color: #4905DA;
}
</style>
background-color css
<style>
a { background-color: #4905DA; }
a { background-color: rgb(73,5,218); }
div.DivClassName
{
background-color: #4905DA;
}
.BgClassName
{
background-color: #4905DA;
}
</style>
border-color css
<style>
span { border-color: #4905DA; }
span { border-color: rgb(73,5,218); }
td.TdClassName
{
border-color: #4905DA;
}
.TagClassName
{
border-color: #4905DA;
}
</style>