Shades of Purple Heart #7C30CA
Tints of Purple Heart #7C30CA
RGB
CMYK
RGB Variations
Color information
#7C30CA (or 0x7C30CA) is known color: Purple Heart. HEX triplet: 7C, 30 and CA. RGB value is (124,48,202). Sum of RGB (Red+Green+Blue) = 124+48+202=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C30CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C30CA is #83CF35. Grayscale: #575757. Windows color (decimal): -8638262 or 13250684. OLE color: 13250684.
HSL color Cylindrical-coordinate representation of color #7C30CA: hue angle of 269.61º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C30CA is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 48 | 202 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.21 |
| HSL | 269.61º | 0.62% | 0.49% | - |
| HSV(B) | 269.61º | 0.76% | 0.79% | - |
| XYZ | 20.03 | 10.66 | 56.88 | - |
| YUV | 88.28 | 192.18 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 202 | 0.39 | 0.76 | 0 | 0.21 | 269.61 | 0.62 | 0.49 |
| Hex | 7C | 30 | CA | 27 | 4C | 0 | 15 | 10E | 3E | 31 |
| Octal | 174 | 60 | 312 | 47 | 114 | 0 | 25 | 416 | 76 | 61 |
| Binary | 1111100 | 110000 | 11001010 | 100111 | 1001100 | 0 | 10101 | 100001110 | 111110 | 110001 |
Color Harmonies of #7C30CA
Complementary color
Monochromatic Colors of #7C30CA
Black with #7C30CA
Text Example
Text Example
White with #7C30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C30CA; }
p { color: rgb(124,48,202); }
H1.HeaderClassName
{
color: #7C30CA;
}
.AnyTagClassName
{
color: #7C30CA;
}
</style>
background-color css
<style>
a { background-color: #7C30CA; }
a { background-color: rgb(124,48,202); }
div.DivClassName
{
background-color: #7C30CA;
}
.BgClassName
{
background-color: #7C30CA;
}
</style>
border-color css
<style>
span { border-color: #7C30CA; }
span { border-color: rgb(124,48,202); }
td.TdClassName
{
border-color: #7C30CA;
}
.TagClassName
{
border-color: #7C30CA;
}
</style>