Shades of Purple Heart #7935CB
Tints of Purple Heart #7935CB
RGB
CMYK
RGB Variations
Color information
#7935CB (or 0x7935CB) is known color: Purple Heart. HEX triplet: 79, 35 and CB. RGB value is (121,53,203). Sum of RGB (Red+Green+Blue) = 121+53+203=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #7935CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7935CB is #86CA34. Grayscale: #595959. Windows color (decimal): -8833589 or 13317497. OLE color: 13317497.
HSL color Cylindrical-coordinate representation of color #7935CB: hue angle of 267.2º 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 #7935CB is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 53 | 203 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.20 |
| HSL | 267.2º | 0.59% | 0.5% | - |
| HSV(B) | 267.2º | 0.74% | 0.8% | - |
| XYZ | 19.94 | 10.92 | 57.56 | - |
| YUV | 90.43 | 191.53 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 53 | 203 | 0.40 | 0.74 | 0 | 0.20 | 267.2 | 0.59 | 0.5 |
| Hex | 79 | 35 | CB | 28 | 4A | 0 | 14 | 10B | 3B | 32 |
| Octal | 171 | 65 | 313 | 50 | 112 | 0 | 24 | 413 | 73 | 62 |
| Binary | 1111001 | 110101 | 11001011 | 101000 | 1001010 | 0 | 10100 | 100001011 | 111011 | 110010 |
Color Harmonies of #7935CB
Complementary color
Monochromatic Colors of #7935CB
Black with #7935CB
Text Example
Text Example
White with #7935CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7935CB; }
p { color: rgb(121,53,203); }
H1.HeaderClassName
{
color: #7935CB;
}
.AnyTagClassName
{
color: #7935CB;
}
</style>
background-color css
<style>
a { background-color: #7935CB; }
a { background-color: rgb(121,53,203); }
div.DivClassName
{
background-color: #7935CB;
}
.BgClassName
{
background-color: #7935CB;
}
</style>
border-color css
<style>
span { border-color: #7935CB; }
span { border-color: rgb(121,53,203); }
td.TdClassName
{
border-color: #7935CB;
}
.TagClassName
{
border-color: #7935CB;
}
</style>