Shades of Purple Heart #7B32CA
Tints of Purple Heart #7B32CA
RGB
CMYK
RGB Variations
Color information
#7B32CA (or 0x7B32CA) is known color: Purple Heart. HEX triplet: 7B, 32 and CA. RGB value is (123,50,202). Sum of RGB (Red+Green+Blue) = 123+50+202=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B32CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B32CA is #84CD35. Grayscale: #585858. Windows color (decimal): -8703286 or 13251195. OLE color: 13251195.
HSL color Cylindrical-coordinate representation of color #7B32CA: hue angle of 268.82º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B32CA is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 50 | 202 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.21 |
| HSL | 268.82º | 0.6% | 0.49% | - |
| HSV(B) | 268.82º | 0.75% | 0.79% | - |
| XYZ | 19.97 | 10.76 | 56.9 | - |
| YUV | 89.16 | 191.68 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 202 | 0.39 | 0.75 | 0 | 0.21 | 268.82 | 0.6 | 0.49 |
| Hex | 7B | 32 | CA | 27 | 4B | 0 | 15 | 10D | 3C | 31 |
| Octal | 173 | 62 | 312 | 47 | 113 | 0 | 25 | 415 | 74 | 61 |
| Binary | 1111011 | 110010 | 11001010 | 100111 | 1001011 | 0 | 10101 | 100001101 | 111100 | 110001 |
Color Harmonies of #7B32CA
Complementary color
Monochromatic Colors of #7B32CA
Black with #7B32CA
Text Example
Text Example
White with #7B32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B32CA; }
p { color: rgb(123,50,202); }
H1.HeaderClassName
{
color: #7B32CA;
}
.AnyTagClassName
{
color: #7B32CA;
}
</style>
background-color css
<style>
a { background-color: #7B32CA; }
a { background-color: rgb(123,50,202); }
div.DivClassName
{
background-color: #7B32CA;
}
.BgClassName
{
background-color: #7B32CA;
}
</style>
border-color css
<style>
span { border-color: #7B32CA; }
span { border-color: rgb(123,50,202); }
td.TdClassName
{
border-color: #7B32CA;
}
.TagClassName
{
border-color: #7B32CA;
}
</style>