Shades of Purple Heart #733CC8
Tints of Purple Heart #733CC8
RGB
CMYK
RGB Variations
Color information
#733CC8 (or 0x733CC8) is known color: Purple Heart. HEX triplet: 73, 3C and C8. RGB value is (115,60,200). Sum of RGB (Red+Green+Blue) = 115+60+200=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #733CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733CC8 is #8CC337. Grayscale: #5B5B5B. Windows color (decimal): -9225016 or 13122675. OLE color: 13122675.
HSL color Cylindrical-coordinate representation of color #733CC8: hue angle of 263.57º degrees, saturation: 0.56, 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 #733CC8 is Cyan = 0.42, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 60 | 200 | - |
| CMYK | 0.42 | 0.7 | 0 | 0.22 |
| HSL | 263.57º | 0.56% | 0.51% | - |
| HSV(B) | 263.57º | 0.7% | 0.78% | - |
| XYZ | 19.11 | 11.05 | 55.77 | - |
| YUV | 92.41 | 188.72 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 200 | 0.42 | 0.7 | 0 | 0.22 | 263.57 | 0.56 | 0.51 |
| Hex | 73 | 3C | C8 | 2A | 46 | 0 | 16 | 108 | 38 | 33 |
| Octal | 163 | 74 | 310 | 52 | 106 | 0 | 26 | 410 | 70 | 63 |
| Binary | 1110011 | 111100 | 11001000 | 101010 | 1000110 | 0 | 10110 | 100001000 | 111000 | 110011 |
Color Harmonies of #733CC8
Complementary color
Monochromatic Colors of #733CC8
Black with #733CC8
Text Example
Text Example
White with #733CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733CC8; }
p { color: rgb(115,60,200); }
H1.HeaderClassName
{
color: #733CC8;
}
.AnyTagClassName
{
color: #733CC8;
}
</style>
background-color css
<style>
a { background-color: #733CC8; }
a { background-color: rgb(115,60,200); }
div.DivClassName
{
background-color: #733CC8;
}
.BgClassName
{
background-color: #733CC8;
}
</style>
border-color css
<style>
span { border-color: #733CC8; }
span { border-color: rgb(115,60,200); }
td.TdClassName
{
border-color: #733CC8;
}
.TagClassName
{
border-color: #733CC8;
}
</style>