Shades of Purple Heart #7330D8
Tints of Purple Heart #7330D8
RGB
CMYK
RGB Variations
Color information
#7330D8 (or 0x7330D8) is known color: Purple Heart. HEX triplet: 73, 30 and D8. RGB value is (115,48,216). Sum of RGB (Red+Green+Blue) = 115+48+216=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #7330D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330D8 is #8CCF27. Grayscale: #565656. Windows color (decimal): -9228072 or 14168179. OLE color: 14168179.
HSL color Cylindrical-coordinate representation of color #7330D8: hue angle of 263.93º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7330D8 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 48 | 216 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.15 |
| HSL | 263.93º | 0.68% | 0.52% | - |
| HSV(B) | 263.93º | 0.78% | 0.85% | - |
| XYZ | 20.52 | 10.72 | 65.95 | - |
| YUV | 87.19 | 200.7 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 216 | 0.47 | 0.78 | 0 | 0.15 | 263.93 | 0.68 | 0.52 |
| Hex | 73 | 30 | D8 | 2F | 4E | 0 | F | 108 | 44 | 34 |
| Octal | 163 | 60 | 330 | 57 | 116 | 0 | 17 | 410 | 104 | 64 |
| Binary | 1110011 | 110000 | 11011000 | 101111 | 1001110 | 0 | 1111 | 100001000 | 1000100 | 110100 |
Color Harmonies of #7330D8
Complementary color
Monochromatic Colors of #7330D8
Black with #7330D8
Text Example
Text Example
White with #7330D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7330D8; }
p { color: rgb(115,48,216); }
H1.HeaderClassName
{
color: #7330D8;
}
.AnyTagClassName
{
color: #7330D8;
}
</style>
background-color css
<style>
a { background-color: #7330D8; }
a { background-color: rgb(115,48,216); }
div.DivClassName
{
background-color: #7330D8;
}
.BgClassName
{
background-color: #7330D8;
}
</style>
border-color css
<style>
span { border-color: #7330D8; }
span { border-color: rgb(115,48,216); }
td.TdClassName
{
border-color: #7330D8;
}
.TagClassName
{
border-color: #7330D8;
}
</style>