Shades of Purple Heart #733BCC
Tints of Purple Heart #733BCC
RGB
CMYK
RGB Variations
Color information
#733BCC (or 0x733BCC) is known color: Purple Heart. HEX triplet: 73, 3B and CC. RGB value is (115,59,204). Sum of RGB (Red+Green+Blue) = 115+59+204=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #733BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733BCC is #8CC433. Grayscale: #5B5B5B. Windows color (decimal): -9225268 or 13384563. OLE color: 13384563.
HSL color Cylindrical-coordinate representation of color #733BCC: hue angle of 263.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #733BCC is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 59 | 204 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.2 |
| HSL | 263.17º | 0.59% | 0.52% | - |
| HSV(B) | 263.17º | 0.71% | 0.8% | - |
| XYZ | 19.53 | 11.13 | 58.25 | - |
| YUV | 92.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 204 | 0.44 | 0.71 | 0 | 0.2 | 263.17 | 0.59 | 0.52 |
| Hex | 73 | 3B | CC | 2C | 47 | 0 | 14 | 107 | 3B | 34 |
| Octal | 163 | 73 | 314 | 54 | 107 | 0 | 24 | 407 | 73 | 64 |
| Binary | 1110011 | 111011 | 11001100 | 101100 | 1000111 | 0 | 10100 | 100000111 | 111011 | 110100 |
Color Harmonies of #733BCC
Complementary color
Monochromatic Colors of #733BCC
Black with #733BCC
Text Example
Text Example
White with #733BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733BCC; }
p { color: rgb(115,59,204); }
H1.HeaderClassName
{
color: #733BCC;
}
.AnyTagClassName
{
color: #733BCC;
}
</style>
background-color css
<style>
a { background-color: #733BCC; }
a { background-color: rgb(115,59,204); }
div.DivClassName
{
background-color: #733BCC;
}
.BgClassName
{
background-color: #733BCC;
}
</style>
border-color css
<style>
span { border-color: #733BCC; }
span { border-color: rgb(115,59,204); }
td.TdClassName
{
border-color: #733BCC;
}
.TagClassName
{
border-color: #733BCC;
}
</style>