Shades of Purple Heart #4820CD
Tints of Purple Heart #4820CD
RGB
CMYK
RGB Variations
Color information
#4820CD (or 0x4820CD) is known color: Purple Heart. HEX triplet: 48, 20 and CD. RGB value is (72,32,205). Sum of RGB (Red+Green+Blue) = 72+32+205=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #4820CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4820CD is #B7DF32. Grayscale: #3F3F3F. Windows color (decimal): -12050227 or 13443144. OLE color: 13443144.
HSL color Cylindrical-coordinate representation of color #4820CD: hue angle of 253.87º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4820CD is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 32 | 205 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.20 |
| HSL | 253.87º | 0.73% | 0.46% | - |
| HSV(B) | 253.87º | 0.84% | 0.8% | - |
| XYZ | 14.21 | 6.82 | 58.32 | - |
| YUV | 63.68 | 207.75 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 205 | 0.65 | 0.84 | 0 | 0.20 | 253.87 | 0.73 | 0.46 |
| Hex | 48 | 20 | CD | 41 | 54 | 0 | 14 | FE | 49 | 2E |
| Octal | 110 | 40 | 315 | 101 | 124 | 0 | 24 | 376 | 111 | 56 |
| Binary | 1001000 | 100000 | 11001101 | 1000001 | 1010100 | 0 | 10100 | 11111110 | 1001001 | 101110 |
Color Harmonies of #4820CD
Complementary color
Monochromatic Colors of #4820CD
Black with #4820CD
Text Example
Text Example
White with #4820CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4820CD; }
p { color: rgb(72,32,205); }
H1.HeaderClassName
{
color: #4820CD;
}
.AnyTagClassName
{
color: #4820CD;
}
</style>
background-color css
<style>
a { background-color: #4820CD; }
a { background-color: rgb(72,32,205); }
div.DivClassName
{
background-color: #4820CD;
}
.BgClassName
{
background-color: #4820CD;
}
</style>
border-color css
<style>
span { border-color: #4820CD; }
span { border-color: rgb(72,32,205); }
td.TdClassName
{
border-color: #4820CD;
}
.TagClassName
{
border-color: #4820CD;
}
</style>