Shades of Purple Heart #762ACE
Tints of Purple Heart #762ACE
RGB
CMYK
RGB Variations
Color information
#762ACE (or 0x762ACE) is known color: Purple Heart. HEX triplet: 76, 2A and CE. RGB value is (118,42,206). Sum of RGB (Red+Green+Blue) = 118+42+206=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #762ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ACE is #89D531. Grayscale: #525252. Windows color (decimal): -9033010 or 13511286. OLE color: 13511286.
HSL color Cylindrical-coordinate representation of color #762ACE: hue angle of 267.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762ACE is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 42 | 206 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.19 |
| HSL | 267.8º | 0.66% | 0.49% | - |
| HSV(B) | 267.8º | 0.8% | 0.81% | - |
| XYZ | 19.44 | 9.96 | 59.29 | - |
| YUV | 83.42 | 197.18 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 206 | 0.43 | 0.80 | 0 | 0.19 | 267.8 | 0.66 | 0.49 |
| Hex | 76 | 2A | CE | 2B | 50 | 0 | 13 | 10C | 42 | 31 |
| Octal | 166 | 52 | 316 | 53 | 120 | 0 | 23 | 414 | 102 | 61 |
| Binary | 1110110 | 101010 | 11001110 | 101011 | 1010000 | 0 | 10011 | 100001100 | 1000010 | 110001 |
Color Harmonies of #762ACE
Complementary color
Monochromatic Colors of #762ACE
Black with #762ACE
Text Example
Text Example
White with #762ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762ACE; }
p { color: rgb(118,42,206); }
H1.HeaderClassName
{
color: #762ACE;
}
.AnyTagClassName
{
color: #762ACE;
}
</style>
background-color css
<style>
a { background-color: #762ACE; }
a { background-color: rgb(118,42,206); }
div.DivClassName
{
background-color: #762ACE;
}
.BgClassName
{
background-color: #762ACE;
}
</style>
border-color css
<style>
span { border-color: #762ACE; }
span { border-color: rgb(118,42,206); }
td.TdClassName
{
border-color: #762ACE;
}
.TagClassName
{
border-color: #762ACE;
}
</style>