Shades of Purple Heart #733BC6
Tints of Purple Heart #733BC6
RGB
CMYK
RGB Variations
Color information
#733BC6 (or 0x733BC6) is known color: Purple Heart. HEX triplet: 73, 3B and C6. RGB value is (115,59,198). Sum of RGB (Red+Green+Blue) = 115+59+198=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 198 (77.73% from 255 or 53.23% from 372); Max value from RGB is 198 - color contains mainly: blue. Hex color #733BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733BC6 is #8CC439. Grayscale: #5B5B5B. Windows color (decimal): -9225274 or 12991347. OLE color: 12991347.
HSL color Cylindrical-coordinate representation of color #733BC6: hue angle of 264.17º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733BC6 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 59 | 198 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.22 |
| HSL | 264.17º | 0.55% | 0.5% | - |
| HSV(B) | 264.17º | 0.7% | 0.78% | - |
| XYZ | 18.83 | 10.85 | 54.53 | - |
| YUV | 91.59 | 188.05 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 198 | 0.42 | 0.70 | 0 | 0.22 | 264.17 | 0.55 | 0.5 |
| Hex | 73 | 3B | C6 | 2A | 46 | 0 | 16 | 108 | 37 | 32 |
| Octal | 163 | 73 | 306 | 52 | 106 | 0 | 26 | 410 | 67 | 62 |
| Binary | 1110011 | 111011 | 11000110 | 101010 | 1000110 | 0 | 10110 | 100001000 | 110111 | 110010 |
Color Harmonies of #733BC6
Complementary color
Monochromatic Colors of #733BC6
Black with #733BC6
Text Example
Text Example
White with #733BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733BC6; }
p { color: rgb(115,59,198); }
H1.HeaderClassName
{
color: #733BC6;
}
.AnyTagClassName
{
color: #733BC6;
}
</style>
background-color css
<style>
a { background-color: #733BC6; }
a { background-color: rgb(115,59,198); }
div.DivClassName
{
background-color: #733BC6;
}
.BgClassName
{
background-color: #733BC6;
}
</style>
border-color css
<style>
span { border-color: #733BC6; }
span { border-color: rgb(115,59,198); }
td.TdClassName
{
border-color: #733BC6;
}
.TagClassName
{
border-color: #733BC6;
}
</style>