Shades of Purple Heart #7641CA
Tints of Purple Heart #7641CA
RGB
CMYK
RGB Variations
Color information
#7641CA (or 0x7641CA) is known color: Purple Heart. HEX triplet: 76, 41 and CA. RGB value is (118,65,202). Sum of RGB (Red+Green+Blue) = 118+65+202=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #7641CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7641CA is #89BE35. Grayscale: #5F5F5F. Windows color (decimal): -9027126 or 13255030. OLE color: 13255030.
HSL color Cylindrical-coordinate representation of color #7641CA: hue angle of 263.21º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7641CA is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 65 | 202 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.21 |
| HSL | 263.21º | 0.56% | 0.52% | - |
| HSV(B) | 263.21º | 0.68% | 0.79% | - |
| XYZ | 20.02 | 11.9 | 57.12 | - |
| YUV | 96.47 | 187.56 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 202 | 0.42 | 0.68 | 0 | 0.21 | 263.21 | 0.56 | 0.52 |
| Hex | 76 | 41 | CA | 2A | 44 | 0 | 15 | 107 | 38 | 34 |
| Octal | 166 | 101 | 312 | 52 | 104 | 0 | 25 | 407 | 70 | 64 |
| Binary | 1110110 | 1000001 | 11001010 | 101010 | 1000100 | 0 | 10101 | 100000111 | 111000 | 110100 |
Color Harmonies of #7641CA
Complementary color
Monochromatic Colors of #7641CA
Black with #7641CA
Text Example
Text Example
White with #7641CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7641CA; }
p { color: rgb(118,65,202); }
H1.HeaderClassName
{
color: #7641CA;
}
.AnyTagClassName
{
color: #7641CA;
}
</style>
background-color css
<style>
a { background-color: #7641CA; }
a { background-color: rgb(118,65,202); }
div.DivClassName
{
background-color: #7641CA;
}
.BgClassName
{
background-color: #7641CA;
}
</style>
border-color css
<style>
span { border-color: #7641CA; }
span { border-color: rgb(118,65,202); }
td.TdClassName
{
border-color: #7641CA;
}
.TagClassName
{
border-color: #7641CA;
}
</style>