Shades of Purple Heart #7536C3
Tints of Purple Heart #7536C3
RGB
CMYK
RGB Variations
Color information
#7536C3 (or 0x7536C3) is known color: Purple Heart. HEX triplet: 75, 36 and C3. RGB value is (117,54,195). Sum of RGB (Red+Green+Blue) = 117+54+195=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 195 (76.56% from 255 or 53.28% from 366); Max value from RGB is 195 - color contains mainly: blue. Hex color #7536C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7536C3 is #8AC93C. Grayscale: #585858. Windows color (decimal): -9095485 or 12793461. OLE color: 12793461.
HSL color Cylindrical-coordinate representation of color #7536C3: hue angle of 266.81º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7536C3 is Cyan = 0.4, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 54 | 195 | - |
| CMYK | 0.4 | 0.72 | 0 | 0.24 |
| HSL | 266.81º | 0.57% | 0.49% | - |
| HSV(B) | 266.81º | 0.72% | 0.76% | - |
| XYZ | 18.51 | 10.36 | 52.65 | - |
| YUV | 88.91 | 187.87 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 195 | 0.4 | 0.72 | 0 | 0.24 | 266.81 | 0.57 | 0.49 |
| Hex | 75 | 36 | C3 | 28 | 48 | 0 | 18 | 10B | 39 | 31 |
| Octal | 165 | 66 | 303 | 50 | 110 | 0 | 30 | 413 | 71 | 61 |
| Binary | 1110101 | 110110 | 11000011 | 101000 | 1001000 | 0 | 11000 | 100001011 | 111001 | 110001 |
Color Harmonies of #7536C3
Complementary color
Monochromatic Colors of #7536C3
Black with #7536C3
Text Example
Text Example
White with #7536C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7536C3; }
p { color: rgb(117,54,195); }
H1.HeaderClassName
{
color: #7536C3;
}
.AnyTagClassName
{
color: #7536C3;
}
</style>
background-color css
<style>
a { background-color: #7536C3; }
a { background-color: rgb(117,54,195); }
div.DivClassName
{
background-color: #7536C3;
}
.BgClassName
{
background-color: #7536C3;
}
</style>
border-color css
<style>
span { border-color: #7536C3; }
span { border-color: rgb(117,54,195); }
td.TdClassName
{
border-color: #7536C3;
}
.TagClassName
{
border-color: #7536C3;
}
</style>