Shades of Purple Heart #7433BC
Tints of Purple Heart #7433BC
RGB
CMYK
RGB Variations
Color information
#7433BC (or 0x7433BC) is known color: Purple Heart. HEX triplet: 74, 33 and BC. RGB value is (116,51,188). Sum of RGB (Red+Green+Blue) = 116+51+188=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #7433BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7433BC is #8BCC43. Grayscale: #555555. Windows color (decimal): -9161796 or 12333940. OLE color: 12333940.
HSL color Cylindrical-coordinate representation of color #7433BC: hue angle of 268.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7433BC is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 51 | 188 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.26 |
| HSL | 268.47º | 0.57% | 0.47% | - |
| HSV(B) | 268.47º | 0.73% | 0.74% | - |
| XYZ | 17.46 | 9.71 | 48.53 | - |
| YUV | 86.05 | 185.53 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 188 | 0.38 | 0.73 | 0 | 0.26 | 268.47 | 0.57 | 0.47 |
| Hex | 74 | 33 | BC | 26 | 49 | 0 | 1A | 10C | 39 | 2F |
| Octal | 164 | 63 | 274 | 46 | 111 | 0 | 32 | 414 | 71 | 57 |
| Binary | 1110100 | 110011 | 10111100 | 100110 | 1001001 | 0 | 11010 | 100001100 | 111001 | 101111 |
Color Harmonies of #7433BC
Complementary color
Monochromatic Colors of #7433BC
Black with #7433BC
Text Example
Text Example
White with #7433BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7433BC; }
p { color: rgb(116,51,188); }
H1.HeaderClassName
{
color: #7433BC;
}
.AnyTagClassName
{
color: #7433BC;
}
</style>
background-color css
<style>
a { background-color: #7433BC; }
a { background-color: rgb(116,51,188); }
div.DivClassName
{
background-color: #7433BC;
}
.BgClassName
{
background-color: #7433BC;
}
</style>
border-color css
<style>
span { border-color: #7433BC; }
span { border-color: rgb(116,51,188); }
td.TdClassName
{
border-color: #7433BC;
}
.TagClassName
{
border-color: #7433BC;
}
</style>