Shades of Purple Heart #4A20BF
Tints of Purple Heart #4A20BF
RGB
CMYK
RGB Variations
Color information
#4A20BF (or 0x4A20BF) is known color: Purple Heart. HEX triplet: 4A, 20 and BF. RGB value is (74,32,191). Sum of RGB (Red+Green+Blue) = 74+32+191=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A20BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A20BF is #B5DF40. Grayscale: #3E3E3E. Windows color (decimal): -11919169 or 12525642. OLE color: 12525642.
HSL color Cylindrical-coordinate representation of color #4A20BF: hue angle of 255.85º 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 #4A20BF is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 32 | 191 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.25 |
| HSL | 255.85º | 0.71% | 0.44% | - |
| HSV(B) | 255.85º | 0.83% | 0.75% | - |
| XYZ | 12.74 | 6.25 | 49.82 | - |
| YUV | 62.68 | 200.41 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 191 | 0.61 | 0.83 | 0 | 0.25 | 255.85 | 0.71 | 0.44 |
| Hex | 4A | 20 | BF | 3D | 53 | 0 | 19 | 100 | 47 | 2C |
| Octal | 112 | 40 | 277 | 75 | 123 | 0 | 31 | 400 | 107 | 54 |
| Binary | 1001010 | 100000 | 10111111 | 111101 | 1010011 | 0 | 11001 | 100000000 | 1000111 | 101100 |
Color Harmonies of #4A20BF
Complementary color
Monochromatic Colors of #4A20BF
Black with #4A20BF
Text Example
Text Example
White with #4A20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A20BF; }
p { color: rgb(74,32,191); }
H1.HeaderClassName
{
color: #4A20BF;
}
.AnyTagClassName
{
color: #4A20BF;
}
</style>
background-color css
<style>
a { background-color: #4A20BF; }
a { background-color: rgb(74,32,191); }
div.DivClassName
{
background-color: #4A20BF;
}
.BgClassName
{
background-color: #4A20BF;
}
</style>
border-color css
<style>
span { border-color: #4A20BF; }
span { border-color: rgb(74,32,191); }
td.TdClassName
{
border-color: #4A20BF;
}
.TagClassName
{
border-color: #4A20BF;
}
</style>