Shades of Purple Heart #733CC0
Tints of Purple Heart #733CC0
RGB
CMYK
RGB Variations
Color information
#733CC0 (or 0x733CC0) is known color: Purple Heart. HEX triplet: 73, 3C and C0. RGB value is (115,60,192). Sum of RGB (Red+Green+Blue) = 115+60+192=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #733CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733CC0 is #8CC33F. Grayscale: #5B5B5B. Windows color (decimal): -9225024 or 12598387. OLE color: 12598387.
HSL color Cylindrical-coordinate representation of color #733CC0: hue angle of 265º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #733CC0 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 60 | 192 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.25 |
| HSL | 265º | 0.52% | 0.49% | - |
| HSV(B) | 265º | 0.69% | 0.75% | - |
| XYZ | 18.2 | 10.68 | 50.97 | - |
| YUV | 91.49 | 184.72 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 192 | 0.40 | 0.69 | 0 | 0.25 | 265 | 0.52 | 0.49 |
| Hex | 73 | 3C | C0 | 28 | 45 | 0 | 19 | 109 | 34 | 31 |
| Octal | 163 | 74 | 300 | 50 | 105 | 0 | 31 | 411 | 64 | 61 |
| Binary | 1110011 | 111100 | 11000000 | 101000 | 1000101 | 0 | 11001 | 100001001 | 110100 | 110001 |
Color Harmonies of #733CC0
Complementary color
Monochromatic Colors of #733CC0
Black with #733CC0
Text Example
Text Example
White with #733CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733CC0; }
p { color: rgb(115,60,192); }
H1.HeaderClassName
{
color: #733CC0;
}
.AnyTagClassName
{
color: #733CC0;
}
</style>
background-color css
<style>
a { background-color: #733CC0; }
a { background-color: rgb(115,60,192); }
div.DivClassName
{
background-color: #733CC0;
}
.BgClassName
{
background-color: #733CC0;
}
</style>
border-color css
<style>
span { border-color: #733CC0; }
span { border-color: rgb(115,60,192); }
td.TdClassName
{
border-color: #733CC0;
}
.TagClassName
{
border-color: #733CC0;
}
</style>