Shades of Purple Heart #792BCB
Tints of Purple Heart #792BCB
RGB
CMYK
RGB Variations
Color information
#792BCB (or 0x792BCB) is known color: Purple Heart. HEX triplet: 79, 2B and CB. RGB value is (121,43,203). Sum of RGB (Red+Green+Blue) = 121+43+203=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #792BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792BCB is #86D434. Grayscale: #545454. Windows color (decimal): -8836149 or 13314937. OLE color: 13314937.
HSL color Cylindrical-coordinate representation of color #792BCB: hue angle of 269.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792BCB is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 43 | 203 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.20 |
| HSL | 269.25º | 0.65% | 0.48% | - |
| HSV(B) | 269.25º | 0.79% | 0.8% | - |
| XYZ | 19.53 | 10.1 | 57.42 | - |
| YUV | 84.56 | 194.84 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 203 | 0.40 | 0.79 | 0 | 0.20 | 269.25 | 0.65 | 0.48 |
| Hex | 79 | 2B | CB | 28 | 4F | 0 | 14 | 10D | 41 | 30 |
| Octal | 171 | 53 | 313 | 50 | 117 | 0 | 24 | 415 | 101 | 60 |
| Binary | 1111001 | 101011 | 11001011 | 101000 | 1001111 | 0 | 10100 | 100001101 | 1000001 | 110000 |
Color Harmonies of #792BCB
Complementary color
Monochromatic Colors of #792BCB
Black with #792BCB
Text Example
Text Example
White with #792BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792BCB; }
p { color: rgb(121,43,203); }
H1.HeaderClassName
{
color: #792BCB;
}
.AnyTagClassName
{
color: #792BCB;
}
</style>
background-color css
<style>
a { background-color: #792BCB; }
a { background-color: rgb(121,43,203); }
div.DivClassName
{
background-color: #792BCB;
}
.BgClassName
{
background-color: #792BCB;
}
</style>
border-color css
<style>
span { border-color: #792BCB; }
span { border-color: rgb(121,43,203); }
td.TdClassName
{
border-color: #792BCB;
}
.TagClassName
{
border-color: #792BCB;
}
</style>