Shades of Purple Heart #7536C8
Tints of Purple Heart #7536C8
RGB
CMYK
RGB Variations
Color information
#7536C8 (or 0x7536C8) is known color: Purple Heart. HEX triplet: 75, 36 and C8. RGB value is (117,54,200). Sum of RGB (Red+Green+Blue) = 117+54+200=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #7536C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7536C8 is #8AC937. Grayscale: #585858. Windows color (decimal): -9095480 or 13121141. OLE color: 13121141.
HSL color Cylindrical-coordinate representation of color #7536C8: hue angle of 265.89º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7536C8 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 54 | 200 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.22 |
| HSL | 265.89º | 0.57% | 0.5% | - |
| HSV(B) | 265.89º | 0.73% | 0.78% | - |
| XYZ | 19.08 | 10.59 | 55.68 | - |
| YUV | 89.48 | 190.37 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 200 | 0.42 | 0.73 | 0 | 0.22 | 265.89 | 0.57 | 0.5 |
| Hex | 75 | 36 | C8 | 2A | 49 | 0 | 16 | 10A | 39 | 32 |
| Octal | 165 | 66 | 310 | 52 | 111 | 0 | 26 | 412 | 71 | 62 |
| Binary | 1110101 | 110110 | 11001000 | 101010 | 1001001 | 0 | 10110 | 100001010 | 111001 | 110010 |
Color Harmonies of #7536C8
Complementary color
Monochromatic Colors of #7536C8
Black with #7536C8
Text Example
Text Example
White with #7536C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7536C8; }
p { color: rgb(117,54,200); }
H1.HeaderClassName
{
color: #7536C8;
}
.AnyTagClassName
{
color: #7536C8;
}
</style>
background-color css
<style>
a { background-color: #7536C8; }
a { background-color: rgb(117,54,200); }
div.DivClassName
{
background-color: #7536C8;
}
.BgClassName
{
background-color: #7536C8;
}
</style>
border-color css
<style>
span { border-color: #7536C8; }
span { border-color: rgb(117,54,200); }
td.TdClassName
{
border-color: #7536C8;
}
.TagClassName
{
border-color: #7536C8;
}
</style>