Shades of Purple Heart #763CCF
Tints of Purple Heart #763CCF
RGB
CMYK
RGB Variations
Color information
#763CCF (or 0x763CCF) is known color: Purple Heart. HEX triplet: 76, 3C and CF. RGB value is (118,60,207). Sum of RGB (Red+Green+Blue) = 118+60+207=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #763CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CCF is #89C330. Grayscale: #5D5D5D. Windows color (decimal): -9028401 or 13581430. OLE color: 13581430.
HSL color Cylindrical-coordinate representation of color #763CCF: hue angle of 263.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #763CCF is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 60 | 207 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.19 |
| HSL | 263.67º | 0.6% | 0.52% | - |
| HSV(B) | 263.67º | 0.71% | 0.81% | - |
| XYZ | 20.35 | 11.59 | 60.2 | - |
| YUV | 94.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 207 | 0.43 | 0.71 | 0 | 0.19 | 263.67 | 0.6 | 0.52 |
| Hex | 76 | 3C | CF | 2B | 47 | 0 | 13 | 108 | 3C | 34 |
| Octal | 166 | 74 | 317 | 53 | 107 | 0 | 23 | 410 | 74 | 64 |
| Binary | 1110110 | 111100 | 11001111 | 101011 | 1000111 | 0 | 10011 | 100001000 | 111100 | 110100 |
Color Harmonies of #763CCF
Complementary color
Monochromatic Colors of #763CCF
Black with #763CCF
Text Example
Text Example
White with #763CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763CCF; }
p { color: rgb(118,60,207); }
H1.HeaderClassName
{
color: #763CCF;
}
.AnyTagClassName
{
color: #763CCF;
}
</style>
background-color css
<style>
a { background-color: #763CCF; }
a { background-color: rgb(118,60,207); }
div.DivClassName
{
background-color: #763CCF;
}
.BgClassName
{
background-color: #763CCF;
}
</style>
border-color css
<style>
span { border-color: #763CCF; }
span { border-color: rgb(118,60,207); }
td.TdClassName
{
border-color: #763CCF;
}
.TagClassName
{
border-color: #763CCF;
}
</style>