Shades of Purple Heart #733EBC
Tints of Purple Heart #733EBC
RGB
CMYK
RGB Variations
Color information
#733EBC (or 0x733EBC) is known color: Purple Heart. HEX triplet: 73, 3E and BC. RGB value is (115,62,188). Sum of RGB (Red+Green+Blue) = 115+62+188=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #733EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733EBC is #8CC143. Grayscale: #5B5B5B. Windows color (decimal): -9224516 or 12336755. OLE color: 12336755.
HSL color Cylindrical-coordinate representation of color #733EBC: hue angle of 265.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #733EBC is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 62 | 188 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.26 |
| HSL | 265.24º | 0.5% | 0.49% | - |
| HSV(B) | 265.24º | 0.67% | 0.74% | - |
| XYZ | 17.87 | 10.72 | 48.7 | - |
| YUV | 92.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 188 | 0.39 | 0.67 | 0 | 0.26 | 265.24 | 0.5 | 0.49 |
| Hex | 73 | 3E | BC | 27 | 43 | 0 | 1A | 109 | 32 | 31 |
| Octal | 163 | 76 | 274 | 47 | 103 | 0 | 32 | 411 | 62 | 61 |
| Binary | 1110011 | 111110 | 10111100 | 100111 | 1000011 | 0 | 11010 | 100001001 | 110010 | 110001 |
Color Harmonies of #733EBC
Complementary color
Monochromatic Colors of #733EBC
Black with #733EBC
Text Example
Text Example
White with #733EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733EBC; }
p { color: rgb(115,62,188); }
H1.HeaderClassName
{
color: #733EBC;
}
.AnyTagClassName
{
color: #733EBC;
}
</style>
background-color css
<style>
a { background-color: #733EBC; }
a { background-color: rgb(115,62,188); }
div.DivClassName
{
background-color: #733EBC;
}
.BgClassName
{
background-color: #733EBC;
}
</style>
border-color css
<style>
span { border-color: #733EBC; }
span { border-color: rgb(115,62,188); }
td.TdClassName
{
border-color: #733EBC;
}
.TagClassName
{
border-color: #733EBC;
}
</style>