Shades of Purple Heart #730DAC
Tints of Purple Heart #730DAC
RGB
CMYK
RGB Variations
Color information
#730DAC (or 0x730DAC) is known color: Purple Heart. HEX triplet: 73, 0D and AC. RGB value is (115,13,172). Sum of RGB (Red+Green+Blue) = 115+13+172=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #730DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730DAC is #8CF253. Grayscale: #3D3D3D. Windows color (decimal): -9237076 or 11275635. OLE color: 11275635.
HSL color Cylindrical-coordinate representation of color #730DAC: hue angle of 278.49º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730DAC is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 13 | 172 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.33 |
| HSL | 278.49º | 0.86% | 0.36% | - |
| HSV(B) | 278.49º | 0.92% | 0.67% | - |
| XYZ | 14.66 | 6.91 | 39.59 | - |
| YUV | 61.62 | 190.29 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 172 | 0.33 | 0.92 | 0 | 0.33 | 278.49 | 0.86 | 0.36 |
| Hex | 73 | D | AC | 21 | 5C | 0 | 21 | 116 | 56 | 24 |
| Octal | 163 | 15 | 254 | 41 | 134 | 0 | 41 | 426 | 126 | 44 |
| Binary | 1110011 | 1101 | 10101100 | 100001 | 1011100 | 0 | 100001 | 100010110 | 1010110 | 100100 |
Color Harmonies of #730DAC
Complementary color
Monochromatic Colors of #730DAC
Black with #730DAC
Text Example
Text Example
White with #730DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DAC; }
p { color: rgb(115,13,172); }
H1.HeaderClassName
{
color: #730DAC;
}
.AnyTagClassName
{
color: #730DAC;
}
</style>
background-color css
<style>
a { background-color: #730DAC; }
a { background-color: rgb(115,13,172); }
div.DivClassName
{
background-color: #730DAC;
}
.BgClassName
{
background-color: #730DAC;
}
</style>
border-color css
<style>
span { border-color: #730DAC; }
span { border-color: rgb(115,13,172); }
td.TdClassName
{
border-color: #730DAC;
}
.TagClassName
{
border-color: #730DAC;
}
</style>