Shades of Purple Heart #733CC7
Tints of Purple Heart #733CC7
RGB
CMYK
RGB Variations
Color information
#733CC7 (or 0x733CC7) is known color: Purple Heart. HEX triplet: 73, 3C and C7. RGB value is (115,60,199). Sum of RGB (Red+Green+Blue) = 115+60+199=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 199 (78.12% from 255 or 53.21% from 374); Max value from RGB is 199 - color contains mainly: blue. Hex color #733CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733CC7 is #8CC338. Grayscale: #5B5B5B. Windows color (decimal): -9225017 or 13057139. OLE color: 13057139.
HSL color Cylindrical-coordinate representation of color #733CC7: hue angle of 263.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733CC7 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 60 | 199 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.22 |
| HSL | 263.74º | 0.55% | 0.51% | - |
| HSV(B) | 263.74º | 0.7% | 0.78% | - |
| XYZ | 18.99 | 11 | 55.15 | - |
| YUV | 92.29 | 188.22 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 199 | 0.42 | 0.70 | 0 | 0.22 | 263.74 | 0.55 | 0.51 |
| Hex | 73 | 3C | C7 | 2A | 46 | 0 | 16 | 108 | 37 | 33 |
| Octal | 163 | 74 | 307 | 52 | 106 | 0 | 26 | 410 | 67 | 63 |
| Binary | 1110011 | 111100 | 11000111 | 101010 | 1000110 | 0 | 10110 | 100001000 | 110111 | 110011 |
Color Harmonies of #733CC7
Complementary color
Monochromatic Colors of #733CC7
Black with #733CC7
Text Example
Text Example
White with #733CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733CC7; }
p { color: rgb(115,60,199); }
H1.HeaderClassName
{
color: #733CC7;
}
.AnyTagClassName
{
color: #733CC7;
}
</style>
background-color css
<style>
a { background-color: #733CC7; }
a { background-color: rgb(115,60,199); }
div.DivClassName
{
background-color: #733CC7;
}
.BgClassName
{
background-color: #733CC7;
}
</style>
border-color css
<style>
span { border-color: #733CC7; }
span { border-color: rgb(115,60,199); }
td.TdClassName
{
border-color: #733CC7;
}
.TagClassName
{
border-color: #733CC7;
}
</style>