Shades of Han Purple #4A2DED
Tints of Han Purple #4A2DED
RGB
CMYK
RGB Variations
Color information
#4A2DED (or 0x4A2DED) is known color: Han Purple. HEX triplet: 4A, 2D and ED. RGB value is (74,45,237). Sum of RGB (Red+Green+Blue) = 74+45+237=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A2DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2DED is #B5D212. Grayscale: #4A4A4A. Windows color (decimal): -11915795 or 15543626. OLE color: 15543626.
HSL color Cylindrical-coordinate representation of color #4A2DED: hue angle of 249.06º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A2DED is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 45 | 237 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.07 |
| HSL | 249.06º | 0.84% | 0.55% | - |
| HSV(B) | 249.06º | 0.81% | 0.93% | - |
| XYZ | 19.05 | 9.45 | 80.94 | - |
| YUV | 75.56 | 219.11 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 237 | 0.69 | 0.81 | 0 | 0.07 | 249.06 | 0.84 | 0.55 |
| Hex | 4A | 2D | ED | 45 | 51 | 0 | 7 | F9 | 54 | 37 |
| Octal | 112 | 55 | 355 | 105 | 121 | 0 | 7 | 371 | 124 | 67 |
| Binary | 1001010 | 101101 | 11101101 | 1000101 | 1010001 | 0 | 111 | 11111001 | 1010100 | 110111 |
Color Harmonies of #4A2DED
Complementary color
Monochromatic Colors of #4A2DED
Black with #4A2DED
Text Example
Text Example
White with #4A2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2DED; }
p { color: rgb(74,45,237); }
H1.HeaderClassName
{
color: #4A2DED;
}
.AnyTagClassName
{
color: #4A2DED;
}
</style>
background-color css
<style>
a { background-color: #4A2DED; }
a { background-color: rgb(74,45,237); }
div.DivClassName
{
background-color: #4A2DED;
}
.BgClassName
{
background-color: #4A2DED;
}
</style>
border-color css
<style>
span { border-color: #4A2DED; }
span { border-color: rgb(74,45,237); }
td.TdClassName
{
border-color: #4A2DED;
}
.TagClassName
{
border-color: #4A2DED;
}
</style>