Shades of Purple Heart #7626CB
Tints of Purple Heart #7626CB
RGB
CMYK
RGB Variations
Color information
#7626CB (or 0x7626CB) is known color: Purple Heart. HEX triplet: 76, 26 and CB. RGB value is (118,38,203). Sum of RGB (Red+Green+Blue) = 118+38+203=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #7626CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7626CB is #89D934. Grayscale: #505050. Windows color (decimal): -9034037 or 13313654. OLE color: 13313654.
HSL color Cylindrical-coordinate representation of color #7626CB: hue angle of 269.09º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7626CB is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 38 | 203 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.20 |
| HSL | 269.09º | 0.68% | 0.47% | - |
| HSV(B) | 269.09º | 0.81% | 0.8% | - |
| XYZ | 18.94 | 9.55 | 57.34 | - |
| YUV | 80.73 | 197 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 203 | 0.42 | 0.81 | 0 | 0.20 | 269.09 | 0.68 | 0.47 |
| Hex | 76 | 26 | CB | 2A | 51 | 0 | 14 | 10D | 44 | 2F |
| Octal | 166 | 46 | 313 | 52 | 121 | 0 | 24 | 415 | 104 | 57 |
| Binary | 1110110 | 100110 | 11001011 | 101010 | 1010001 | 0 | 10100 | 100001101 | 1000100 | 101111 |
Color Harmonies of #7626CB
Complementary color
Monochromatic Colors of #7626CB
Black with #7626CB
Text Example
Text Example
White with #7626CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7626CB; }
p { color: rgb(118,38,203); }
H1.HeaderClassName
{
color: #7626CB;
}
.AnyTagClassName
{
color: #7626CB;
}
</style>
background-color css
<style>
a { background-color: #7626CB; }
a { background-color: rgb(118,38,203); }
div.DivClassName
{
background-color: #7626CB;
}
.BgClassName
{
background-color: #7626CB;
}
</style>
border-color css
<style>
span { border-color: #7626CB; }
span { border-color: rgb(118,38,203); }
td.TdClassName
{
border-color: #7626CB;
}
.TagClassName
{
border-color: #7626CB;
}
</style>