Shades of Purple Heart #7641CF
Tints of Purple Heart #7641CF
RGB
CMYK
RGB Variations
Color information
#7641CF (or 0x7641CF) is known color: Purple Heart. HEX triplet: 76, 41 and CF. RGB value is (118,65,207). Sum of RGB (Red+Green+Blue) = 118+65+207=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #7641CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7641CF is #89BE30. Grayscale: #606060. Windows color (decimal): -9027121 or 13582710. OLE color: 13582710.
HSL color Cylindrical-coordinate representation of color #7641CF: hue angle of 262.39º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7641CF is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 65 | 207 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.19 |
| HSL | 262.39º | 0.6% | 0.53% | - |
| HSV(B) | 262.39º | 0.69% | 0.81% | - |
| XYZ | 20.62 | 12.14 | 60.29 | - |
| YUV | 97.04 | 190.06 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 207 | 0.43 | 0.69 | 0 | 0.19 | 262.39 | 0.6 | 0.53 |
| Hex | 76 | 41 | CF | 2B | 45 | 0 | 13 | 106 | 3C | 35 |
| Octal | 166 | 101 | 317 | 53 | 105 | 0 | 23 | 406 | 74 | 65 |
| Binary | 1110110 | 1000001 | 11001111 | 101011 | 1000101 | 0 | 10011 | 100000110 | 111100 | 110101 |
Color Harmonies of #7641CF
Complementary color
Monochromatic Colors of #7641CF
Black with #7641CF
Text Example
Text Example
White with #7641CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7641CF; }
p { color: rgb(118,65,207); }
H1.HeaderClassName
{
color: #7641CF;
}
.AnyTagClassName
{
color: #7641CF;
}
</style>
background-color css
<style>
a { background-color: #7641CF; }
a { background-color: rgb(118,65,207); }
div.DivClassName
{
background-color: #7641CF;
}
.BgClassName
{
background-color: #7641CF;
}
</style>
border-color css
<style>
span { border-color: #7641CF; }
span { border-color: rgb(118,65,207); }
td.TdClassName
{
border-color: #7641CF;
}
.TagClassName
{
border-color: #7641CF;
}
</style>