Shades of Purple Heart #7A38CF
Tints of Purple Heart #7A38CF
RGB
CMYK
RGB Variations
Color information
#7A38CF (or 0x7A38CF) is known color: Purple Heart. HEX triplet: 7A, 38 and CF. RGB value is (122,56,207). Sum of RGB (Red+Green+Blue) = 122+56+207=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A38CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A38CF is #85C730. Grayscale: #5C5C5C. Windows color (decimal): -8767281 or 13580410. OLE color: 13580410.
HSL color Cylindrical-coordinate representation of color #7A38CF: hue angle of 266.23º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A38CF is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 56 | 207 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.19 |
| HSL | 266.23º | 0.61% | 0.52% | - |
| HSV(B) | 266.23º | 0.73% | 0.81% | - |
| XYZ | 20.7 | 11.47 | 60.15 | - |
| YUV | 92.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 207 | 0.41 | 0.73 | 0 | 0.19 | 266.23 | 0.61 | 0.52 |
| Hex | 7A | 38 | CF | 29 | 49 | 0 | 13 | 10A | 3D | 34 |
| Octal | 172 | 70 | 317 | 51 | 111 | 0 | 23 | 412 | 75 | 64 |
| Binary | 1111010 | 111000 | 11001111 | 101001 | 1001001 | 0 | 10011 | 100001010 | 111101 | 110100 |
Color Harmonies of #7A38CF
Complementary color
Monochromatic Colors of #7A38CF
Black with #7A38CF
Text Example
Text Example
White with #7A38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A38CF; }
p { color: rgb(122,56,207); }
H1.HeaderClassName
{
color: #7A38CF;
}
.AnyTagClassName
{
color: #7A38CF;
}
</style>
background-color css
<style>
a { background-color: #7A38CF; }
a { background-color: rgb(122,56,207); }
div.DivClassName
{
background-color: #7A38CF;
}
.BgClassName
{
background-color: #7A38CF;
}
</style>
border-color css
<style>
span { border-color: #7A38CF; }
span { border-color: rgb(122,56,207); }
td.TdClassName
{
border-color: #7A38CF;
}
.TagClassName
{
border-color: #7A38CF;
}
</style>