Shades of Purple Heart #762BCE
Tints of Purple Heart #762BCE
RGB
CMYK
RGB Variations
Color information
#762BCE (or 0x762BCE) is known color: Purple Heart. HEX triplet: 76, 2B and CE. RGB value is (118,43,206). Sum of RGB (Red+Green+Blue) = 118+43+206=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #762BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BCE is #89D431. Grayscale: #535353. Windows color (decimal): -9032754 or 13511542. OLE color: 13511542.
HSL color Cylindrical-coordinate representation of color #762BCE: hue angle of 267.61º degrees, saturation: 0.65, 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 #762BCE is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 43 | 206 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.19 |
| HSL | 267.61º | 0.65% | 0.49% | - |
| HSV(B) | 267.61º | 0.79% | 0.81% | - |
| XYZ | 19.48 | 10.04 | 59.3 | - |
| YUV | 84.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 206 | 0.43 | 0.79 | 0 | 0.19 | 267.61 | 0.65 | 0.49 |
| Hex | 76 | 2B | CE | 2B | 4F | 0 | 13 | 10C | 41 | 31 |
| Octal | 166 | 53 | 316 | 53 | 117 | 0 | 23 | 414 | 101 | 61 |
| Binary | 1110110 | 101011 | 11001110 | 101011 | 1001111 | 0 | 10011 | 100001100 | 1000001 | 110001 |
Color Harmonies of #762BCE
Complementary color
Monochromatic Colors of #762BCE
Black with #762BCE
Text Example
Text Example
White with #762BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762BCE; }
p { color: rgb(118,43,206); }
H1.HeaderClassName
{
color: #762BCE;
}
.AnyTagClassName
{
color: #762BCE;
}
</style>
background-color css
<style>
a { background-color: #762BCE; }
a { background-color: rgb(118,43,206); }
div.DivClassName
{
background-color: #762BCE;
}
.BgClassName
{
background-color: #762BCE;
}
</style>
border-color css
<style>
span { border-color: #762BCE; }
span { border-color: rgb(118,43,206); }
td.TdClassName
{
border-color: #762BCE;
}
.TagClassName
{
border-color: #762BCE;
}
</style>