Shades of Purple Heart #7D33C1
Tints of Purple Heart #7D33C1
RGB
CMYK
RGB Variations
Color information
#7D33C1 (or 0x7D33C1) is known color: Purple Heart. HEX triplet: 7D, 33 and C1. RGB value is (125,51,193). Sum of RGB (Red+Green+Blue) = 125+51+193=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D33C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D33C1 is #82CC3E. Grayscale: #585858. Windows color (decimal): -8571967 or 12661629. OLE color: 12661629.
HSL color Cylindrical-coordinate representation of color #7D33C1: hue angle of 271.27º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D33C1 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 51 | 193 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.24 |
| HSL | 271.27º | 0.58% | 0.48% | - |
| HSV(B) | 271.27º | 0.74% | 0.76% | - |
| XYZ | 19.27 | 10.58 | 51.48 | - |
| YUV | 89.31 | 186.52 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 193 | 0.35 | 0.74 | 0 | 0.24 | 271.27 | 0.58 | 0.48 |
| Hex | 7D | 33 | C1 | 23 | 4A | 0 | 18 | 10F | 3A | 30 |
| Octal | 175 | 63 | 301 | 43 | 112 | 0 | 30 | 417 | 72 | 60 |
| Binary | 1111101 | 110011 | 11000001 | 100011 | 1001010 | 0 | 11000 | 100001111 | 111010 | 110000 |
Color Harmonies of #7D33C1
Complementary color
Monochromatic Colors of #7D33C1
Black with #7D33C1
Text Example
Text Example
White with #7D33C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D33C1; }
p { color: rgb(125,51,193); }
H1.HeaderClassName
{
color: #7D33C1;
}
.AnyTagClassName
{
color: #7D33C1;
}
</style>
background-color css
<style>
a { background-color: #7D33C1; }
a { background-color: rgb(125,51,193); }
div.DivClassName
{
background-color: #7D33C1;
}
.BgClassName
{
background-color: #7D33C1;
}
</style>
border-color css
<style>
span { border-color: #7D33C1; }
span { border-color: rgb(125,51,193); }
td.TdClassName
{
border-color: #7D33C1;
}
.TagClassName
{
border-color: #7D33C1;
}
</style>