Shades of Purple Heart #4920BD
Tints of Purple Heart #4920BD
RGB
CMYK
RGB Variations
Color information
#4920BD (or 0x4920BD) is known color: Purple Heart. HEX triplet: 49, 20 and BD. RGB value is (73,32,189). Sum of RGB (Red+Green+Blue) = 73+32+189=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #4920BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4920BD is #B6DF42. Grayscale: #3D3D3D. Windows color (decimal): -11984707 or 12394569. OLE color: 12394569.
HSL color Cylindrical-coordinate representation of color #4920BD: hue angle of 255.67º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4920BD is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 32 | 189 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.26 |
| HSL | 255.67º | 0.71% | 0.43% | - |
| HSV(B) | 255.67º | 0.83% | 0.74% | - |
| XYZ | 12.45 | 6.12 | 48.67 | - |
| YUV | 62.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 189 | 0.61 | 0.83 | 0 | 0.26 | 255.67 | 0.71 | 0.43 |
| Hex | 49 | 20 | BD | 3D | 53 | 0 | 1A | 100 | 47 | 2B |
| Octal | 111 | 40 | 275 | 75 | 123 | 0 | 32 | 400 | 107 | 53 |
| Binary | 1001001 | 100000 | 10111101 | 111101 | 1010011 | 0 | 11010 | 100000000 | 1000111 | 101011 |
Color Harmonies of #4920BD
Complementary color
Monochromatic Colors of #4920BD
Black with #4920BD
Text Example
Text Example
White with #4920BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4920BD; }
p { color: rgb(73,32,189); }
H1.HeaderClassName
{
color: #4920BD;
}
.AnyTagClassName
{
color: #4920BD;
}
</style>
background-color css
<style>
a { background-color: #4920BD; }
a { background-color: rgb(73,32,189); }
div.DivClassName
{
background-color: #4920BD;
}
.BgClassName
{
background-color: #4920BD;
}
</style>
border-color css
<style>
span { border-color: #4920BD; }
span { border-color: rgb(73,32,189); }
td.TdClassName
{
border-color: #4920BD;
}
.TagClassName
{
border-color: #4920BD;
}
</style>