Shades of Purple Heart #7733CE
Tints of Purple Heart #7733CE
RGB
CMYK
RGB Variations
Color information
#7733CE (or 0x7733CE) is known color: Purple Heart. HEX triplet: 77, 33 and CE. RGB value is (119,51,206). Sum of RGB (Red+Green+Blue) = 119+51+206=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #7733CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7733CE is #88CC31. Grayscale: #585858. Windows color (decimal): -8965170 or 13513591. OLE color: 13513591.
HSL color Cylindrical-coordinate representation of color #7733CE: hue angle of 266.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7733CE is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 51 | 206 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.19 |
| HSL | 266.32º | 0.61% | 0.5% | - |
| HSV(B) | 266.32º | 0.75% | 0.81% | - |
| XYZ | 19.93 | 10.75 | 59.42 | - |
| YUV | 89 | 194.03 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 206 | 0.42 | 0.75 | 0 | 0.19 | 266.32 | 0.61 | 0.5 |
| Hex | 77 | 33 | CE | 2A | 4B | 0 | 13 | 10A | 3D | 32 |
| Octal | 167 | 63 | 316 | 52 | 113 | 0 | 23 | 412 | 75 | 62 |
| Binary | 1110111 | 110011 | 11001110 | 101010 | 1001011 | 0 | 10011 | 100001010 | 111101 | 110010 |
Color Harmonies of #7733CE
Complementary color
Monochromatic Colors of #7733CE
Black with #7733CE
Text Example
Text Example
White with #7733CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7733CE; }
p { color: rgb(119,51,206); }
H1.HeaderClassName
{
color: #7733CE;
}
.AnyTagClassName
{
color: #7733CE;
}
</style>
background-color css
<style>
a { background-color: #7733CE; }
a { background-color: rgb(119,51,206); }
div.DivClassName
{
background-color: #7733CE;
}
.BgClassName
{
background-color: #7733CE;
}
</style>
border-color css
<style>
span { border-color: #7733CE; }
span { border-color: rgb(119,51,206); }
td.TdClassName
{
border-color: #7733CE;
}
.TagClassName
{
border-color: #7733CE;
}
</style>