Shades of Purple Heart #7522CB
Tints of Purple Heart #7522CB
RGB
CMYK
RGB Variations
Color information
#7522CB (or 0x7522CB) is known color: Purple Heart. HEX triplet: 75, 22 and CB. RGB value is (117,34,203). Sum of RGB (Red+Green+Blue) = 117+34+203=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #7522CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522CB is #8ADD34. Grayscale: #4D4D4D. Windows color (decimal): -9100597 or 13312629. OLE color: 13312629.
HSL color Cylindrical-coordinate representation of color #7522CB: hue angle of 269.47º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7522CB is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 34 | 203 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.20 |
| HSL | 269.47º | 0.71% | 0.46% | - |
| HSV(B) | 269.47º | 0.83% | 0.8% | - |
| XYZ | 18.69 | 9.24 | 57.3 | - |
| YUV | 78.08 | 198.5 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 203 | 0.42 | 0.83 | 0 | 0.20 | 269.47 | 0.71 | 0.46 |
| Hex | 75 | 22 | CB | 2A | 53 | 0 | 14 | 10D | 47 | 2E |
| Octal | 165 | 42 | 313 | 52 | 123 | 0 | 24 | 415 | 107 | 56 |
| Binary | 1110101 | 100010 | 11001011 | 101010 | 1010011 | 0 | 10100 | 100001101 | 1000111 | 101110 |
Color Harmonies of #7522CB
Complementary color
Monochromatic Colors of #7522CB
Black with #7522CB
Text Example
Text Example
White with #7522CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7522CB; }
p { color: rgb(117,34,203); }
H1.HeaderClassName
{
color: #7522CB;
}
.AnyTagClassName
{
color: #7522CB;
}
</style>
background-color css
<style>
a { background-color: #7522CB; }
a { background-color: rgb(117,34,203); }
div.DivClassName
{
background-color: #7522CB;
}
.BgClassName
{
background-color: #7522CB;
}
</style>
border-color css
<style>
span { border-color: #7522CB; }
span { border-color: rgb(117,34,203); }
td.TdClassName
{
border-color: #7522CB;
}
.TagClassName
{
border-color: #7522CB;
}
</style>