Shades of Purple Heart #7734CB
Tints of Purple Heart #7734CB
RGB
CMYK
RGB Variations
Color information
#7734CB (or 0x7734CB) is known color: Purple Heart. HEX triplet: 77, 34 and CB. RGB value is (119,52,203). Sum of RGB (Red+Green+Blue) = 119+52+203=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #7734CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7734CB is #88CB34. Grayscale: #585858. Windows color (decimal): -8964917 or 13317239. OLE color: 13317239.
HSL color Cylindrical-coordinate representation of color #7734CB: hue angle of 266.62º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7734CB is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 52 | 203 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.20 |
| HSL | 266.62º | 0.59% | 0.5% | - |
| HSV(B) | 266.62º | 0.74% | 0.8% | - |
| XYZ | 19.62 | 10.69 | 57.53 | - |
| YUV | 89.25 | 192.2 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 203 | 0.41 | 0.74 | 0 | 0.20 | 266.62 | 0.59 | 0.5 |
| Hex | 77 | 34 | CB | 29 | 4A | 0 | 14 | 10B | 3B | 32 |
| Octal | 167 | 64 | 313 | 51 | 112 | 0 | 24 | 413 | 73 | 62 |
| Binary | 1110111 | 110100 | 11001011 | 101001 | 1001010 | 0 | 10100 | 100001011 | 111011 | 110010 |
Color Harmonies of #7734CB
Complementary color
Monochromatic Colors of #7734CB
Black with #7734CB
Text Example
Text Example
White with #7734CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7734CB; }
p { color: rgb(119,52,203); }
H1.HeaderClassName
{
color: #7734CB;
}
.AnyTagClassName
{
color: #7734CB;
}
</style>
background-color css
<style>
a { background-color: #7734CB; }
a { background-color: rgb(119,52,203); }
div.DivClassName
{
background-color: #7734CB;
}
.BgClassName
{
background-color: #7734CB;
}
</style>
border-color css
<style>
span { border-color: #7734CB; }
span { border-color: rgb(119,52,203); }
td.TdClassName
{
border-color: #7734CB;
}
.TagClassName
{
border-color: #7734CB;
}
</style>