Shades of Purple Heart #762BCF
Tints of Purple Heart #762BCF
RGB
CMYK
RGB Variations
Color information
#762BCF (or 0x762BCF) is known color: Purple Heart. HEX triplet: 76, 2B and CF. RGB value is (118,43,207). Sum of RGB (Red+Green+Blue) = 118+43+207=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #762BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BCF is #89D430. Grayscale: #535353. Windows color (decimal): -9032753 or 13577078. OLE color: 13577078.
HSL color Cylindrical-coordinate representation of color #762BCF: hue angle of 267.44º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762BCF is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 43 | 207 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.19 |
| HSL | 267.44º | 0.66% | 0.49% | - |
| HSV(B) | 267.44º | 0.79% | 0.81% | - |
| XYZ | 19.6 | 10.08 | 59.95 | - |
| YUV | 84.12 | 197.35 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 207 | 0.43 | 0.79 | 0 | 0.19 | 267.44 | 0.66 | 0.49 |
| Hex | 76 | 2B | CF | 2B | 4F | 0 | 13 | 10B | 42 | 31 |
| Octal | 166 | 53 | 317 | 53 | 117 | 0 | 23 | 413 | 102 | 61 |
| Binary | 1110110 | 101011 | 11001111 | 101011 | 1001111 | 0 | 10011 | 100001011 | 1000010 | 110001 |
Color Harmonies of #762BCF
Complementary color
Monochromatic Colors of #762BCF
Black with #762BCF
Text Example
Text Example
White with #762BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762BCF; }
p { color: rgb(118,43,207); }
H1.HeaderClassName
{
color: #762BCF;
}
.AnyTagClassName
{
color: #762BCF;
}
</style>
background-color css
<style>
a { background-color: #762BCF; }
a { background-color: rgb(118,43,207); }
div.DivClassName
{
background-color: #762BCF;
}
.BgClassName
{
background-color: #762BCF;
}
</style>
border-color css
<style>
span { border-color: #762BCF; }
span { border-color: rgb(118,43,207); }
td.TdClassName
{
border-color: #762BCF;
}
.TagClassName
{
border-color: #762BCF;
}
</style>