Shades of Purple Heart #730CB4
Tints of Purple Heart #730CB4
RGB
CMYK
RGB Variations
Color information
#730CB4 (or 0x730CB4) is known color: Purple Heart. HEX triplet: 73, 0C and B4. RGB value is (115,12,180). Sum of RGB (Red+Green+Blue) = 115+12+180=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #730CB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CB4 is #8CF34B. Grayscale: #3D3D3D. Windows color (decimal): -9237324 or 11799667. OLE color: 11799667.
HSL color Cylindrical-coordinate representation of color #730CB4: hue angle of 276.79º 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 #730CB4 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 12 | 180 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.29 |
| HSL | 276.79º | 0.88% | 0.38% | - |
| HSV(B) | 276.79º | 0.93% | 0.71% | - |
| XYZ | 15.44 | 7.2 | 43.76 | - |
| YUV | 61.95 | 194.62 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 180 | 0.36 | 0.93 | 0 | 0.29 | 276.79 | 0.88 | 0.38 |
| Hex | 73 | C | B4 | 24 | 5D | 0 | 1D | 115 | 58 | 26 |
| Octal | 163 | 14 | 264 | 44 | 135 | 0 | 35 | 425 | 130 | 46 |
| Binary | 1110011 | 1100 | 10110100 | 100100 | 1011101 | 0 | 11101 | 100010101 | 1011000 | 100110 |
Color Harmonies of #730CB4
Complementary color
Monochromatic Colors of #730CB4
Black with #730CB4
Text Example
Text Example
White with #730CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CB4; }
p { color: rgb(115,12,180); }
H1.HeaderClassName
{
color: #730CB4;
}
.AnyTagClassName
{
color: #730CB4;
}
</style>
background-color css
<style>
a { background-color: #730CB4; }
a { background-color: rgb(115,12,180); }
div.DivClassName
{
background-color: #730CB4;
}
.BgClassName
{
background-color: #730CB4;
}
</style>
border-color css
<style>
span { border-color: #730CB4; }
span { border-color: rgb(115,12,180); }
td.TdClassName
{
border-color: #730CB4;
}
.TagClassName
{
border-color: #730CB4;
}
</style>