Shades of Purple Heart #7636BD
Tints of Purple Heart #7636BD
RGB
CMYK
RGB Variations
Color information
#7636BD (or 0x7636BD) is known color: Purple Heart. HEX triplet: 76, 36 and BD. RGB value is (118,54,189). Sum of RGB (Red+Green+Blue) = 118+54+189=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #7636BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7636BD is #89C942. Grayscale: #585858. Windows color (decimal): -9029955 or 12400246. OLE color: 12400246.
HSL color Cylindrical-coordinate representation of color #7636BD: hue angle of 268.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7636BD is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 54 | 189 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.26 |
| HSL | 268.44º | 0.56% | 0.48% | - |
| HSV(B) | 268.44º | 0.71% | 0.74% | - |
| XYZ | 17.98 | 10.16 | 49.16 | - |
| YUV | 88.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 189 | 0.38 | 0.71 | 0 | 0.26 | 268.44 | 0.56 | 0.48 |
| Hex | 76 | 36 | BD | 26 | 47 | 0 | 1A | 10C | 38 | 30 |
| Octal | 166 | 66 | 275 | 46 | 107 | 0 | 32 | 414 | 70 | 60 |
| Binary | 1110110 | 110110 | 10111101 | 100110 | 1000111 | 0 | 11010 | 100001100 | 111000 | 110000 |
Color Harmonies of #7636BD
Complementary color
Monochromatic Colors of #7636BD
Black with #7636BD
Text Example
Text Example
White with #7636BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7636BD; }
p { color: rgb(118,54,189); }
H1.HeaderClassName
{
color: #7636BD;
}
.AnyTagClassName
{
color: #7636BD;
}
</style>
background-color css
<style>
a { background-color: #7636BD; }
a { background-color: rgb(118,54,189); }
div.DivClassName
{
background-color: #7636BD;
}
.BgClassName
{
background-color: #7636BD;
}
</style>
border-color css
<style>
span { border-color: #7636BD; }
span { border-color: rgb(118,54,189); }
td.TdClassName
{
border-color: #7636BD;
}
.TagClassName
{
border-color: #7636BD;
}
</style>