Shades of Purple Heart #733CC4
Tints of Purple Heart #733CC4
RGB
CMYK
RGB Variations
Color information
#733CC4 (or 0x733CC4) is known color: Purple Heart. HEX triplet: 73, 3C and C4. RGB value is (115,60,196). Sum of RGB (Red+Green+Blue) = 115+60+196=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #733CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733CC4 is #8CC33B. Grayscale: #5B5B5B. Windows color (decimal): -9225020 or 12860531. OLE color: 12860531.
HSL color Cylindrical-coordinate representation of color #733CC4: hue angle of 264.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #733CC4 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 60 | 196 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.23 |
| HSL | 264.26º | 0.54% | 0.5% | - |
| HSV(B) | 264.26º | 0.69% | 0.77% | - |
| XYZ | 18.65 | 10.86 | 53.34 | - |
| YUV | 91.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 196 | 0.41 | 0.69 | 0 | 0.23 | 264.26 | 0.54 | 0.5 |
| Hex | 73 | 3C | C4 | 29 | 45 | 0 | 17 | 108 | 36 | 32 |
| Octal | 163 | 74 | 304 | 51 | 105 | 0 | 27 | 410 | 66 | 62 |
| Binary | 1110011 | 111100 | 11000100 | 101001 | 1000101 | 0 | 10111 | 100001000 | 110110 | 110010 |
Color Harmonies of #733CC4
Complementary color
Monochromatic Colors of #733CC4
Black with #733CC4
Text Example
Text Example
White with #733CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733CC4; }
p { color: rgb(115,60,196); }
H1.HeaderClassName
{
color: #733CC4;
}
.AnyTagClassName
{
color: #733CC4;
}
</style>
background-color css
<style>
a { background-color: #733CC4; }
a { background-color: rgb(115,60,196); }
div.DivClassName
{
background-color: #733CC4;
}
.BgClassName
{
background-color: #733CC4;
}
</style>
border-color css
<style>
span { border-color: #733CC4; }
span { border-color: rgb(115,60,196); }
td.TdClassName
{
border-color: #733CC4;
}
.TagClassName
{
border-color: #733CC4;
}
</style>