Shades of Purple Heart #4A20BE
Tints of Purple Heart #4A20BE
RGB
CMYK
RGB Variations
Color information
#4A20BE (or 0x4A20BE) is known color: Purple Heart. HEX triplet: 4A, 20 and BE. RGB value is (74,32,190). Sum of RGB (Red+Green+Blue) = 74+32+190=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A20BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A20BE is #B5DF41. Grayscale: #3D3D3D. Windows color (decimal): -11919170 or 12460106. OLE color: 12460106.
HSL color Cylindrical-coordinate representation of color #4A20BE: hue angle of 255.95º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A20BE is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 32 | 190 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.25 |
| HSL | 255.95º | 0.71% | 0.44% | - |
| HSV(B) | 255.95º | 0.83% | 0.75% | - |
| XYZ | 12.63 | 6.21 | 49.25 | - |
| YUV | 62.57 | 199.91 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 190 | 0.61 | 0.83 | 0 | 0.25 | 255.95 | 0.71 | 0.44 |
| Hex | 4A | 20 | BE | 3D | 53 | 0 | 19 | 100 | 47 | 2C |
| Octal | 112 | 40 | 276 | 75 | 123 | 0 | 31 | 400 | 107 | 54 |
| Binary | 1001010 | 100000 | 10111110 | 111101 | 1010011 | 0 | 11001 | 100000000 | 1000111 | 101100 |
Color Harmonies of #4A20BE
Complementary color
Monochromatic Colors of #4A20BE
Black with #4A20BE
Text Example
Text Example
White with #4A20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A20BE; }
p { color: rgb(74,32,190); }
H1.HeaderClassName
{
color: #4A20BE;
}
.AnyTagClassName
{
color: #4A20BE;
}
</style>
background-color css
<style>
a { background-color: #4A20BE; }
a { background-color: rgb(74,32,190); }
div.DivClassName
{
background-color: #4A20BE;
}
.BgClassName
{
background-color: #4A20BE;
}
</style>
border-color css
<style>
span { border-color: #4A20BE; }
span { border-color: rgb(74,32,190); }
td.TdClassName
{
border-color: #4A20BE;
}
.TagClassName
{
border-color: #4A20BE;
}
</style>