Shades of Purple Heart #762ACC
Tints of Purple Heart #762ACC
RGB
CMYK
RGB Variations
Color information
#762ACC (or 0x762ACC) is known color: Purple Heart. HEX triplet: 76, 2A and CC. RGB value is (118,42,204). Sum of RGB (Red+Green+Blue) = 118+42+204=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #762ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ACC is #89D533. Grayscale: #525252. Windows color (decimal): -9033012 or 13380214. OLE color: 13380214.
HSL color Cylindrical-coordinate representation of color #762ACC: hue angle of 268.15º degrees, saturation: 0.66, 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 #762ACC is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 42 | 204 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.2 |
| HSL | 268.15º | 0.66% | 0.48% | - |
| HSV(B) | 268.15º | 0.79% | 0.8% | - |
| XYZ | 19.2 | 9.87 | 58.02 | - |
| YUV | 83.19 | 196.18 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 204 | 0.42 | 0.79 | 0 | 0.2 | 268.15 | 0.66 | 0.48 |
| Hex | 76 | 2A | CC | 2A | 4F | 0 | 14 | 10C | 42 | 30 |
| Octal | 166 | 52 | 314 | 52 | 117 | 0 | 24 | 414 | 102 | 60 |
| Binary | 1110110 | 101010 | 11001100 | 101010 | 1001111 | 0 | 10100 | 100001100 | 1000010 | 110000 |
Color Harmonies of #762ACC
Complementary color
Monochromatic Colors of #762ACC
Black with #762ACC
Text Example
Text Example
White with #762ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762ACC; }
p { color: rgb(118,42,204); }
H1.HeaderClassName
{
color: #762ACC;
}
.AnyTagClassName
{
color: #762ACC;
}
</style>
background-color css
<style>
a { background-color: #762ACC; }
a { background-color: rgb(118,42,204); }
div.DivClassName
{
background-color: #762ACC;
}
.BgClassName
{
background-color: #762ACC;
}
</style>
border-color css
<style>
span { border-color: #762ACC; }
span { border-color: rgb(118,42,204); }
td.TdClassName
{
border-color: #762ACC;
}
.TagClassName
{
border-color: #762ACC;
}
</style>