Shades of Purple Heart #7528CB
Tints of Purple Heart #7528CB
RGB
CMYK
RGB Variations
Color information
#7528CB (or 0x7528CB) is known color: Purple Heart. HEX triplet: 75, 28 and CB. RGB value is (117,40,203). Sum of RGB (Red+Green+Blue) = 117+40+203=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #7528CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7528CB is #8AD734. Grayscale: #515151. Windows color (decimal): -9099061 or 13314165. OLE color: 13314165.
HSL color Cylindrical-coordinate representation of color #7528CB: hue angle of 268.34º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7528CB is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 40 | 203 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.20 |
| HSL | 268.34º | 0.67% | 0.48% | - |
| HSV(B) | 268.34º | 0.8% | 0.8% | - |
| XYZ | 18.87 | 9.61 | 57.36 | - |
| YUV | 81.61 | 196.51 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 203 | 0.42 | 0.80 | 0 | 0.20 | 268.34 | 0.67 | 0.48 |
| Hex | 75 | 28 | CB | 2A | 50 | 0 | 14 | 10C | 43 | 30 |
| Octal | 165 | 50 | 313 | 52 | 120 | 0 | 24 | 414 | 103 | 60 |
| Binary | 1110101 | 101000 | 11001011 | 101010 | 1010000 | 0 | 10100 | 100001100 | 1000011 | 110000 |
Color Harmonies of #7528CB
Complementary color
Monochromatic Colors of #7528CB
Black with #7528CB
Text Example
Text Example
White with #7528CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528CB; }
p { color: rgb(117,40,203); }
H1.HeaderClassName
{
color: #7528CB;
}
.AnyTagClassName
{
color: #7528CB;
}
</style>
background-color css
<style>
a { background-color: #7528CB; }
a { background-color: rgb(117,40,203); }
div.DivClassName
{
background-color: #7528CB;
}
.BgClassName
{
background-color: #7528CB;
}
</style>
border-color css
<style>
span { border-color: #7528CB; }
span { border-color: rgb(117,40,203); }
td.TdClassName
{
border-color: #7528CB;
}
.TagClassName
{
border-color: #7528CB;
}
</style>