Shades of Purple Heart #730CB5
Tints of Purple Heart #730CB5
RGB
CMYK
RGB Variations
Color information
#730CB5 (or 0x730CB5) is known color: Purple Heart. HEX triplet: 73, 0C and B5. RGB value is (115,12,181). Sum of RGB (Red+Green+Blue) = 115+12+181=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #730CB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CB5 is #8CF34A. Grayscale: #3D3D3D. Windows color (decimal): -9237323 or 11865203. OLE color: 11865203.
HSL color Cylindrical-coordinate representation of color #730CB5: hue angle of 276.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730CB5 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 12 | 181 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.29 |
| HSL | 276.57º | 0.88% | 0.38% | - |
| HSV(B) | 276.57º | 0.93% | 0.71% | - |
| XYZ | 15.54 | 7.24 | 44.3 | - |
| YUV | 62.06 | 195.12 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 181 | 0.36 | 0.93 | 0 | 0.29 | 276.57 | 0.88 | 0.38 |
| Hex | 73 | C | B5 | 24 | 5D | 0 | 1D | 115 | 58 | 26 |
| Octal | 163 | 14 | 265 | 44 | 135 | 0 | 35 | 425 | 130 | 46 |
| Binary | 1110011 | 1100 | 10110101 | 100100 | 1011101 | 0 | 11101 | 100010101 | 1011000 | 100110 |
Color Harmonies of #730CB5
Complementary color
Monochromatic Colors of #730CB5
Black with #730CB5
Text Example
Text Example
White with #730CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CB5; }
p { color: rgb(115,12,181); }
H1.HeaderClassName
{
color: #730CB5;
}
.AnyTagClassName
{
color: #730CB5;
}
</style>
background-color css
<style>
a { background-color: #730CB5; }
a { background-color: rgb(115,12,181); }
div.DivClassName
{
background-color: #730CB5;
}
.BgClassName
{
background-color: #730CB5;
}
</style>
border-color css
<style>
span { border-color: #730CB5; }
span { border-color: rgb(115,12,181); }
td.TdClassName
{
border-color: #730CB5;
}
.TagClassName
{
border-color: #730CB5;
}
</style>