Shades of Purple Heart #7A43CB
Tints of Purple Heart #7A43CB
RGB
CMYK
RGB Variations
Color information
#7A43CB (or 0x7A43CB) is known color: Purple Heart. HEX triplet: 7A, 43 and CB. RGB value is (122,67,203). Sum of RGB (Red+Green+Blue) = 122+67+203=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A43CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A43CB is #85BC34. Grayscale: #626262. Windows color (decimal): -8764469 or 13321082. OLE color: 13321082.
HSL color Cylindrical-coordinate representation of color #7A43CB: hue angle of 264.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A43CB is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 67 | 203 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.20 |
| HSL | 264.26º | 0.57% | 0.53% | - |
| HSV(B) | 264.26º | 0.67% | 0.8% | - |
| XYZ | 20.81 | 12.46 | 57.81 | - |
| YUV | 98.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 203 | 0.40 | 0.67 | 0 | 0.20 | 264.26 | 0.57 | 0.53 |
| Hex | 7A | 43 | CB | 28 | 43 | 0 | 14 | 108 | 39 | 35 |
| Octal | 172 | 103 | 313 | 50 | 103 | 0 | 24 | 410 | 71 | 65 |
| Binary | 1111010 | 1000011 | 11001011 | 101000 | 1000011 | 0 | 10100 | 100001000 | 111001 | 110101 |
Color Harmonies of #7A43CB
Complementary color
Monochromatic Colors of #7A43CB
Black with #7A43CB
Text Example
Text Example
White with #7A43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A43CB; }
p { color: rgb(122,67,203); }
H1.HeaderClassName
{
color: #7A43CB;
}
.AnyTagClassName
{
color: #7A43CB;
}
</style>
background-color css
<style>
a { background-color: #7A43CB; }
a { background-color: rgb(122,67,203); }
div.DivClassName
{
background-color: #7A43CB;
}
.BgClassName
{
background-color: #7A43CB;
}
</style>
border-color css
<style>
span { border-color: #7A43CB; }
span { border-color: rgb(122,67,203); }
td.TdClassName
{
border-color: #7A43CB;
}
.TagClassName
{
border-color: #7A43CB;
}
</style>