Shades of Purple Heart #730DC4
Tints of Purple Heart #730DC4
RGB
CMYK
RGB Variations
Color information
#730DC4 (or 0x730DC4) is known color: Purple Heart. HEX triplet: 73, 0D and C4. RGB value is (115,13,196). Sum of RGB (Red+Green+Blue) = 115+13+196=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 196 (76.95% from 255 or 60.49% from 324); Max value from RGB is 196 - color contains mainly: blue. Hex color #730DC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DC4 is #8CF23B. Grayscale: #3F3F3F. Windows color (decimal): -9237052 or 12848499. OLE color: 12848499.
HSL color Cylindrical-coordinate representation of color #730DC4: hue angle of 273.44º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730DC4 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 13 | 196 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.23 |
| HSL | 273.44º | 0.88% | 0.41% | - |
| HSV(B) | 273.44º | 0.93% | 0.77% | - |
| XYZ | 17.18 | 7.92 | 52.85 | - |
| YUV | 64.36 | 202.29 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 196 | 0.41 | 0.93 | 0 | 0.23 | 273.44 | 0.88 | 0.41 |
| Hex | 73 | D | C4 | 29 | 5D | 0 | 17 | 111 | 58 | 29 |
| Octal | 163 | 15 | 304 | 51 | 135 | 0 | 27 | 421 | 130 | 51 |
| Binary | 1110011 | 1101 | 11000100 | 101001 | 1011101 | 0 | 10111 | 100010001 | 1011000 | 101001 |
Color Harmonies of #730DC4
Complementary color
Monochromatic Colors of #730DC4
Black with #730DC4
Text Example
Text Example
White with #730DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DC4; }
p { color: rgb(115,13,196); }
H1.HeaderClassName
{
color: #730DC4;
}
.AnyTagClassName
{
color: #730DC4;
}
</style>
background-color css
<style>
a { background-color: #730DC4; }
a { background-color: rgb(115,13,196); }
div.DivClassName
{
background-color: #730DC4;
}
.BgClassName
{
background-color: #730DC4;
}
</style>
border-color css
<style>
span { border-color: #730DC4; }
span { border-color: rgb(115,13,196); }
td.TdClassName
{
border-color: #730DC4;
}
.TagClassName
{
border-color: #730DC4;
}
</style>