Shades of Purple Heart #730DCB
Tints of Purple Heart #730DCB
RGB
CMYK
RGB Variations
Color information
#730DCB (or 0x730DCB) is known color: Purple Heart. HEX triplet: 73, 0D and CB. RGB value is (115,13,203). Sum of RGB (Red+Green+Blue) = 115+13+203=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #730DCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DCB is #8CF234. Grayscale: #404040. Windows color (decimal): -9237045 or 13307251. OLE color: 13307251.
HSL color Cylindrical-coordinate representation of color #730DCB: hue angle of 272.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730DCB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 13 | 203 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.20 |
| HSL | 272.21º | 0.88% | 0.42% | - |
| HSV(B) | 272.21º | 0.94% | 0.8% | - |
| XYZ | 17.99 | 8.24 | 57.14 | - |
| YUV | 65.16 | 205.79 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 203 | 0.43 | 0.94 | 0 | 0.20 | 272.21 | 0.88 | 0.42 |
| Hex | 73 | D | CB | 2B | 5E | 0 | 14 | 110 | 58 | 2A |
| Octal | 163 | 15 | 313 | 53 | 136 | 0 | 24 | 420 | 130 | 52 |
| Binary | 1110011 | 1101 | 11001011 | 101011 | 1011110 | 0 | 10100 | 100010000 | 1011000 | 101010 |
Color Harmonies of #730DCB
Complementary color
Monochromatic Colors of #730DCB
Black with #730DCB
Text Example
Text Example
White with #730DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DCB; }
p { color: rgb(115,13,203); }
H1.HeaderClassName
{
color: #730DCB;
}
.AnyTagClassName
{
color: #730DCB;
}
</style>
background-color css
<style>
a { background-color: #730DCB; }
a { background-color: rgb(115,13,203); }
div.DivClassName
{
background-color: #730DCB;
}
.BgClassName
{
background-color: #730DCB;
}
</style>
border-color css
<style>
span { border-color: #730DCB; }
span { border-color: rgb(115,13,203); }
td.TdClassName
{
border-color: #730DCB;
}
.TagClassName
{
border-color: #730DCB;
}
</style>