Shades of Purple Heart #4915CD
Tints of Purple Heart #4915CD
RGB
CMYK
RGB Variations
Color information
#4915CD (or 0x4915CD) is known color: Purple Heart. HEX triplet: 49, 15 and CD. RGB value is (73,21,205). Sum of RGB (Red+Green+Blue) = 73+21+205=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #4915CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4915CD is #B6EA32. Grayscale: #383838. Windows color (decimal): -11987507 or 13440329. OLE color: 13440329.
HSL color Cylindrical-coordinate representation of color #4915CD: hue angle of 256.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4915CD is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 21 | 205 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.20 |
| HSL | 256.96º | 0.81% | 0.44% | - |
| HSV(B) | 256.96º | 0.9% | 0.8% | - |
| XYZ | 14.04 | 6.36 | 58.25 | - |
| YUV | 57.52 | 211.23 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 205 | 0.64 | 0.90 | 0 | 0.20 | 256.96 | 0.81 | 0.44 |
| Hex | 49 | 15 | CD | 40 | 5A | 0 | 14 | 101 | 51 | 2C |
| Octal | 111 | 25 | 315 | 100 | 132 | 0 | 24 | 401 | 121 | 54 |
| Binary | 1001001 | 10101 | 11001101 | 1000000 | 1011010 | 0 | 10100 | 100000001 | 1010001 | 101100 |
Color Harmonies of #4915CD
Complementary color
Monochromatic Colors of #4915CD
Black with #4915CD
Text Example
Text Example
White with #4915CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4915CD; }
p { color: rgb(73,21,205); }
H1.HeaderClassName
{
color: #4915CD;
}
.AnyTagClassName
{
color: #4915CD;
}
</style>
background-color css
<style>
a { background-color: #4915CD; }
a { background-color: rgb(73,21,205); }
div.DivClassName
{
background-color: #4915CD;
}
.BgClassName
{
background-color: #4915CD;
}
</style>
border-color css
<style>
span { border-color: #4915CD; }
span { border-color: rgb(73,21,205); }
td.TdClassName
{
border-color: #4915CD;
}
.TagClassName
{
border-color: #4915CD;
}
</style>