Shades of Purple Heart #7526D0
Tints of Purple Heart #7526D0
RGB
CMYK
RGB Variations
Color information
#7526D0 (or 0x7526D0) is known color: Purple Heart. HEX triplet: 75, 26 and D0. RGB value is (117,38,208). Sum of RGB (Red+Green+Blue) = 117+38+208=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #7526D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526D0 is #8AD92F. Grayscale: #505050. Windows color (decimal): -9099568 or 13641333. OLE color: 13641333.
HSL color Cylindrical-coordinate representation of color #7526D0: hue angle of 267.88º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7526D0 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 38 | 208 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.18 |
| HSL | 267.88º | 0.69% | 0.48% | - |
| HSV(B) | 267.88º | 0.82% | 0.82% | - |
| XYZ | 19.41 | 9.72 | 60.53 | - |
| YUV | 81 | 199.67 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 208 | 0.44 | 0.82 | 0 | 0.18 | 267.88 | 0.69 | 0.48 |
| Hex | 75 | 26 | D0 | 2C | 52 | 0 | 12 | 10C | 45 | 30 |
| Octal | 165 | 46 | 320 | 54 | 122 | 0 | 22 | 414 | 105 | 60 |
| Binary | 1110101 | 100110 | 11010000 | 101100 | 1010010 | 0 | 10010 | 100001100 | 1000101 | 110000 |
Color Harmonies of #7526D0
Complementary color
Monochromatic Colors of #7526D0
Black with #7526D0
Text Example
Text Example
White with #7526D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7526D0; }
p { color: rgb(117,38,208); }
H1.HeaderClassName
{
color: #7526D0;
}
.AnyTagClassName
{
color: #7526D0;
}
</style>
background-color css
<style>
a { background-color: #7526D0; }
a { background-color: rgb(117,38,208); }
div.DivClassName
{
background-color: #7526D0;
}
.BgClassName
{
background-color: #7526D0;
}
</style>
border-color css
<style>
span { border-color: #7526D0; }
span { border-color: rgb(117,38,208); }
td.TdClassName
{
border-color: #7526D0;
}
.TagClassName
{
border-color: #7526D0;
}
</style>