Shades of Purple Heart #7426CC
Tints of Purple Heart #7426CC
RGB
CMYK
RGB Variations
Color information
#7426CC (or 0x7426CC) is known color: Purple Heart. HEX triplet: 74, 26 and CC. RGB value is (116,38,204). Sum of RGB (Red+Green+Blue) = 116+38+204=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #7426CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7426CC is #8BD933. Grayscale: #4F4F4F. Windows color (decimal): -9165108 or 13379188. OLE color: 13379188.
HSL color Cylindrical-coordinate representation of color #7426CC: hue angle of 268.19º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7426CC is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 38 | 204 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.2 |
| HSL | 268.19º | 0.69% | 0.47% | - |
| HSV(B) | 268.19º | 0.81% | 0.8% | - |
| XYZ | 18.79 | 9.46 | 57.96 | - |
| YUV | 80.25 | 197.84 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 204 | 0.43 | 0.81 | 0 | 0.2 | 268.19 | 0.69 | 0.47 |
| Hex | 74 | 26 | CC | 2B | 51 | 0 | 14 | 10C | 45 | 2F |
| Octal | 164 | 46 | 314 | 53 | 121 | 0 | 24 | 414 | 105 | 57 |
| Binary | 1110100 | 100110 | 11001100 | 101011 | 1010001 | 0 | 10100 | 100001100 | 1000101 | 101111 |
Color Harmonies of #7426CC
Complementary color
Monochromatic Colors of #7426CC
Black with #7426CC
Text Example
Text Example
White with #7426CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7426CC; }
p { color: rgb(116,38,204); }
H1.HeaderClassName
{
color: #7426CC;
}
.AnyTagClassName
{
color: #7426CC;
}
</style>
background-color css
<style>
a { background-color: #7426CC; }
a { background-color: rgb(116,38,204); }
div.DivClassName
{
background-color: #7426CC;
}
.BgClassName
{
background-color: #7426CC;
}
</style>
border-color css
<style>
span { border-color: #7426CC; }
span { border-color: rgb(116,38,204); }
td.TdClassName
{
border-color: #7426CC;
}
.TagClassName
{
border-color: #7426CC;
}
</style>