Shades of Purple Heart #4912CD
Tints of Purple Heart #4912CD
RGB
CMYK
RGB Variations
Color information
#4912CD (or 0x4912CD) is known color: Purple Heart. HEX triplet: 49, 12 and CD. RGB value is (73,18,205). Sum of RGB (Red+Green+Blue) = 73+18+205=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #4912CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4912CD is #B6ED32. Grayscale: #373737. Windows color (decimal): -11988275 or 13439561. OLE color: 13439561.
HSL color Cylindrical-coordinate representation of color #4912CD: hue angle of 257.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4912CD is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 18 | 205 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.20 |
| HSL | 257.65º | 0.84% | 0.44% | - |
| HSV(B) | 257.65º | 0.91% | 0.8% | - |
| XYZ | 13.98 | 6.26 | 58.23 | - |
| YUV | 55.76 | 212.22 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 205 | 0.64 | 0.91 | 0 | 0.20 | 257.65 | 0.84 | 0.44 |
| Hex | 49 | 12 | CD | 40 | 5B | 0 | 14 | 102 | 54 | 2C |
| Octal | 111 | 22 | 315 | 100 | 133 | 0 | 24 | 402 | 124 | 54 |
| Binary | 1001001 | 10010 | 11001101 | 1000000 | 1011011 | 0 | 10100 | 100000010 | 1010100 | 101100 |
Color Harmonies of #4912CD
Complementary color
Monochromatic Colors of #4912CD
Black with #4912CD
Text Example
Text Example
White with #4912CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4912CD; }
p { color: rgb(73,18,205); }
H1.HeaderClassName
{
color: #4912CD;
}
.AnyTagClassName
{
color: #4912CD;
}
</style>
background-color css
<style>
a { background-color: #4912CD; }
a { background-color: rgb(73,18,205); }
div.DivClassName
{
background-color: #4912CD;
}
.BgClassName
{
background-color: #4912CD;
}
</style>
border-color css
<style>
span { border-color: #4912CD; }
span { border-color: rgb(73,18,205); }
td.TdClassName
{
border-color: #4912CD;
}
.TagClassName
{
border-color: #4912CD;
}
</style>