Shades of Han Purple #4A0DED
Tints of Han Purple #4A0DED
RGB
CMYK
RGB Variations
Color information
#4A0DED (or 0x4A0DED) is known color: Han Purple. HEX triplet: 4A, 0D and ED. RGB value is (74,13,237). Sum of RGB (Red+Green+Blue) = 74+13+237=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A0DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0DED is #B5F212. Grayscale: #373737. Windows color (decimal): -11923987 or 15535434. OLE color: 15535434.
HSL color Cylindrical-coordinate representation of color #4A0DED: hue angle of 256.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0DED is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 13 | 237 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.07 |
| HSL | 256.34º | 0.9% | 0.49% | - |
| HSV(B) | 256.34º | 0.95% | 0.93% | - |
| XYZ | 18.25 | 7.86 | 80.68 | - |
| YUV | 56.78 | 229.71 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 13 | 237 | 0.69 | 0.95 | 0 | 0.07 | 256.34 | 0.9 | 0.49 |
| Hex | 4A | D | ED | 45 | 5F | 0 | 7 | 100 | 5A | 31 |
| Octal | 112 | 15 | 355 | 105 | 137 | 0 | 7 | 400 | 132 | 61 |
| Binary | 1001010 | 1101 | 11101101 | 1000101 | 1011111 | 0 | 111 | 100000000 | 1011010 | 110001 |
Color Harmonies of #4A0DED
Complementary color
Monochromatic Colors of #4A0DED
Black with #4A0DED
Text Example
Text Example
White with #4A0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0DED; }
p { color: rgb(74,13,237); }
H1.HeaderClassName
{
color: #4A0DED;
}
.AnyTagClassName
{
color: #4A0DED;
}
</style>
background-color css
<style>
a { background-color: #4A0DED; }
a { background-color: rgb(74,13,237); }
div.DivClassName
{
background-color: #4A0DED;
}
.BgClassName
{
background-color: #4A0DED;
}
</style>
border-color css
<style>
span { border-color: #4A0DED; }
span { border-color: rgb(74,13,237); }
td.TdClassName
{
border-color: #4A0DED;
}
.TagClassName
{
border-color: #4A0DED;
}
</style>