Shades of Han Purple #4904DA
Tints of Han Purple #4904DA
RGB
CMYK
RGB Variations
Color information
#4904DA (or 0x4904DA) is known color: Han Purple. HEX triplet: 49, 04 and DA. RGB value is (73,4,218). Sum of RGB (Red+Green+Blue) = 73+4+218=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #4904DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4904DA is #B6FB25. Grayscale: #303030. Windows color (decimal): -11991846 or 14287945. OLE color: 14287945.
HSL color Cylindrical-coordinate representation of color #4904DA: hue angle of 259.35º 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 #4904DA is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 4 | 218 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.15 |
| HSL | 259.35º | 0.96% | 0.44% | - |
| HSV(B) | 259.35º | 0.98% | 0.85% | - |
| XYZ | 15.45 | 6.57 | 66.78 | - |
| YUV | 49.03 | 223.36 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 218 | 0.67 | 0.98 | 0 | 0.15 | 259.35 | 0.96 | 0.44 |
| Hex | 49 | 4 | DA | 43 | 62 | 0 | F | 103 | 60 | 2C |
| Octal | 111 | 4 | 332 | 103 | 142 | 0 | 17 | 403 | 140 | 54 |
| Binary | 1001001 | 100 | 11011010 | 1000011 | 1100010 | 0 | 1111 | 100000011 | 1100000 | 101100 |
Color Harmonies of #4904DA
Complementary color
Monochromatic Colors of #4904DA
Black with #4904DA
Text Example
Text Example
White with #4904DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4904DA; }
p { color: rgb(73,4,218); }
H1.HeaderClassName
{
color: #4904DA;
}
.AnyTagClassName
{
color: #4904DA;
}
</style>
background-color css
<style>
a { background-color: #4904DA; }
a { background-color: rgb(73,4,218); }
div.DivClassName
{
background-color: #4904DA;
}
.BgClassName
{
background-color: #4904DA;
}
</style>
border-color css
<style>
span { border-color: #4904DA; }
span { border-color: rgb(73,4,218); }
td.TdClassName
{
border-color: #4904DA;
}
.TagClassName
{
border-color: #4904DA;
}
</style>