Shades of Purple Heart #7733CB
Tints of Purple Heart #7733CB
RGB
CMYK
RGB Variations
Color information
#7733CB (or 0x7733CB) is known color: Purple Heart. HEX triplet: 77, 33 and CB. RGB value is (119,51,203). Sum of RGB (Red+Green+Blue) = 119+51+203=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #7733CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7733CB is #88CC34. Grayscale: #585858. Windows color (decimal): -8965173 or 13316983. OLE color: 13316983.
HSL color Cylindrical-coordinate representation of color #7733CB: hue angle of 266.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7733CB is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 51 | 203 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.20 |
| HSL | 266.84º | 0.6% | 0.5% | - |
| HSV(B) | 266.84º | 0.75% | 0.8% | - |
| XYZ | 19.57 | 10.6 | 57.51 | - |
| YUV | 88.66 | 192.53 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 203 | 0.41 | 0.75 | 0 | 0.20 | 266.84 | 0.6 | 0.5 |
| Hex | 77 | 33 | CB | 29 | 4B | 0 | 14 | 10B | 3C | 32 |
| Octal | 167 | 63 | 313 | 51 | 113 | 0 | 24 | 413 | 74 | 62 |
| Binary | 1110111 | 110011 | 11001011 | 101001 | 1001011 | 0 | 10100 | 100001011 | 111100 | 110010 |
Color Harmonies of #7733CB
Complementary color
Monochromatic Colors of #7733CB
Black with #7733CB
Text Example
Text Example
White with #7733CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7733CB; }
p { color: rgb(119,51,203); }
H1.HeaderClassName
{
color: #7733CB;
}
.AnyTagClassName
{
color: #7733CB;
}
</style>
background-color css
<style>
a { background-color: #7733CB; }
a { background-color: rgb(119,51,203); }
div.DivClassName
{
background-color: #7733CB;
}
.BgClassName
{
background-color: #7733CB;
}
</style>
border-color css
<style>
span { border-color: #7733CB; }
span { border-color: rgb(119,51,203); }
td.TdClassName
{
border-color: #7733CB;
}
.TagClassName
{
border-color: #7733CB;
}
</style>