Shades of Purple Heart #4912C3
Tints of Purple Heart #4912C3
RGB
CMYK
RGB Variations
Color information
#4912C3 (or 0x4912C3) is known color: Purple Heart. HEX triplet: 49, 12 and C3. RGB value is (73,18,195). Sum of RGB (Red+Green+Blue) = 73+18+195=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 195 (76.56% from 255 or 68.18% from 286); Max value from RGB is 195 - color contains mainly: blue. Hex color #4912C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4912C3 is #B6ED3C. Grayscale: #353535. Windows color (decimal): -11988285 or 12784201. OLE color: 12784201.
HSL color Cylindrical-coordinate representation of color #4912C3: hue angle of 258.64º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4912C3 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 18 | 195 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.24 |
| HSL | 258.64º | 0.83% | 0.42% | - |
| HSV(B) | 258.64º | 0.91% | 0.76% | - |
| XYZ | 12.81 | 5.79 | 52.07 | - |
| YUV | 54.62 | 207.22 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 195 | 0.63 | 0.91 | 0 | 0.24 | 258.64 | 0.83 | 0.42 |
| Hex | 49 | 12 | C3 | 3F | 5B | 0 | 18 | 103 | 53 | 2A |
| Octal | 111 | 22 | 303 | 77 | 133 | 0 | 30 | 403 | 123 | 52 |
| Binary | 1001001 | 10010 | 11000011 | 111111 | 1011011 | 0 | 11000 | 100000011 | 1010011 | 101010 |
Color Harmonies of #4912C3
Complementary color
Monochromatic Colors of #4912C3
Black with #4912C3
Text Example
Text Example
White with #4912C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4912C3; }
p { color: rgb(73,18,195); }
H1.HeaderClassName
{
color: #4912C3;
}
.AnyTagClassName
{
color: #4912C3;
}
</style>
background-color css
<style>
a { background-color: #4912C3; }
a { background-color: rgb(73,18,195); }
div.DivClassName
{
background-color: #4912C3;
}
.BgClassName
{
background-color: #4912C3;
}
</style>
border-color css
<style>
span { border-color: #4912C3; }
span { border-color: rgb(73,18,195); }
td.TdClassName
{
border-color: #4912C3;
}
.TagClassName
{
border-color: #4912C3;
}
</style>