Shades of Purple Heart #7620CA
Tints of Purple Heart #7620CA
RGB
CMYK
RGB Variations
Color information
#7620CA (or 0x7620CA) is known color: Purple Heart. HEX triplet: 76, 20 and CA. RGB value is (118,32,202). Sum of RGB (Red+Green+Blue) = 118+32+202=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #7620CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7620CA is #89DF35. Grayscale: #4C4C4C. Windows color (decimal): -9035574 or 13246582. OLE color: 13246582.
HSL color Cylindrical-coordinate representation of color #7620CA: hue angle of 270.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7620CA is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 32 | 202 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.21 |
| HSL | 270.35º | 0.73% | 0.46% | - |
| HSV(B) | 270.35º | 0.84% | 0.79% | - |
| XYZ | 18.65 | 9.15 | 56.66 | - |
| YUV | 77.09 | 198.49 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 202 | 0.42 | 0.84 | 0 | 0.21 | 270.35 | 0.73 | 0.46 |
| Hex | 76 | 20 | CA | 2A | 54 | 0 | 15 | 10E | 49 | 2E |
| Octal | 166 | 40 | 312 | 52 | 124 | 0 | 25 | 416 | 111 | 56 |
| Binary | 1110110 | 100000 | 11001010 | 101010 | 1010100 | 0 | 10101 | 100001110 | 1001001 | 101110 |
Color Harmonies of #7620CA
Complementary color
Monochromatic Colors of #7620CA
Black with #7620CA
Text Example
Text Example
White with #7620CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7620CA; }
p { color: rgb(118,32,202); }
H1.HeaderClassName
{
color: #7620CA;
}
.AnyTagClassName
{
color: #7620CA;
}
</style>
background-color css
<style>
a { background-color: #7620CA; }
a { background-color: rgb(118,32,202); }
div.DivClassName
{
background-color: #7620CA;
}
.BgClassName
{
background-color: #7620CA;
}
</style>
border-color css
<style>
span { border-color: #7620CA; }
span { border-color: rgb(118,32,202); }
td.TdClassName
{
border-color: #7620CA;
}
.TagClassName
{
border-color: #7620CA;
}
</style>