Shades of Purple Heart #762FCF
Tints of Purple Heart #762FCF
RGB
CMYK
RGB Variations
Color information
#762FCF (or 0x762FCF) is known color: Purple Heart. HEX triplet: 76, 2F and CF. RGB value is (118,47,207). Sum of RGB (Red+Green+Blue) = 118+47+207=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #762FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FCF is #89D030. Grayscale: #555555. Windows color (decimal): -9031729 or 13578102. OLE color: 13578102.
HSL color Cylindrical-coordinate representation of color #762FCF: hue angle of 266.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762FCF is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 47 | 207 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.19 |
| HSL | 266.63º | 0.63% | 0.5% | - |
| HSV(B) | 266.63º | 0.77% | 0.81% | - |
| XYZ | 19.75 | 10.39 | 60 | - |
| YUV | 86.47 | 196.02 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 207 | 0.43 | 0.77 | 0 | 0.19 | 266.63 | 0.63 | 0.5 |
| Hex | 76 | 2F | CF | 2B | 4D | 0 | 13 | 10B | 3F | 32 |
| Octal | 166 | 57 | 317 | 53 | 115 | 0 | 23 | 413 | 77 | 62 |
| Binary | 1110110 | 101111 | 11001111 | 101011 | 1001101 | 0 | 10011 | 100001011 | 111111 | 110010 |
Color Harmonies of #762FCF
Complementary color
Monochromatic Colors of #762FCF
Black with #762FCF
Text Example
Text Example
White with #762FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FCF; }
p { color: rgb(118,47,207); }
H1.HeaderClassName
{
color: #762FCF;
}
.AnyTagClassName
{
color: #762FCF;
}
</style>
background-color css
<style>
a { background-color: #762FCF; }
a { background-color: rgb(118,47,207); }
div.DivClassName
{
background-color: #762FCF;
}
.BgClassName
{
background-color: #762FCF;
}
</style>
border-color css
<style>
span { border-color: #762FCF; }
span { border-color: rgb(118,47,207); }
td.TdClassName
{
border-color: #762FCF;
}
.TagClassName
{
border-color: #762FCF;
}
</style>