Shades of Purple Heart #762DCF
Tints of Purple Heart #762DCF
RGB
CMYK
RGB Variations
Color information
#762DCF (or 0x762DCF) is known color: Purple Heart. HEX triplet: 76, 2D and CF. RGB value is (118,45,207). Sum of RGB (Red+Green+Blue) = 118+45+207=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #762DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DCF is #89D230. Grayscale: #545454. Windows color (decimal): -9032241 or 13577590. OLE color: 13577590.
HSL color Cylindrical-coordinate representation of color #762DCF: hue angle of 267.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762DCF is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 45 | 207 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.19 |
| HSL | 267.04º | 0.64% | 0.49% | - |
| HSV(B) | 267.04º | 0.78% | 0.81% | - |
| XYZ | 19.67 | 10.23 | 59.97 | - |
| YUV | 85.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 207 | 0.43 | 0.78 | 0 | 0.19 | 267.04 | 0.64 | 0.49 |
| Hex | 76 | 2D | CF | 2B | 4E | 0 | 13 | 10B | 40 | 31 |
| Octal | 166 | 55 | 317 | 53 | 116 | 0 | 23 | 413 | 100 | 61 |
| Binary | 1110110 | 101101 | 11001111 | 101011 | 1001110 | 0 | 10011 | 100001011 | 1000000 | 110001 |
Color Harmonies of #762DCF
Complementary color
Monochromatic Colors of #762DCF
Black with #762DCF
Text Example
Text Example
White with #762DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DCF; }
p { color: rgb(118,45,207); }
H1.HeaderClassName
{
color: #762DCF;
}
.AnyTagClassName
{
color: #762DCF;
}
</style>
background-color css
<style>
a { background-color: #762DCF; }
a { background-color: rgb(118,45,207); }
div.DivClassName
{
background-color: #762DCF;
}
.BgClassName
{
background-color: #762DCF;
}
</style>
border-color css
<style>
span { border-color: #762DCF; }
span { border-color: rgb(118,45,207); }
td.TdClassName
{
border-color: #762DCF;
}
.TagClassName
{
border-color: #762DCF;
}
</style>