Shades of Purple Heart #7436CB
Tints of Purple Heart #7436CB
RGB
CMYK
RGB Variations
Color information
#7436CB (or 0x7436CB) is known color: Purple Heart. HEX triplet: 74, 36 and CB. RGB value is (116,54,203). Sum of RGB (Red+Green+Blue) = 116+54+203=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #7436CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7436CB is #8BC934. Grayscale: #585858. Windows color (decimal): -9161013 or 13317748. OLE color: 13317748.
HSL color Cylindrical-coordinate representation of color #7436CB: hue angle of 264.97º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7436CB is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 54 | 203 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.20 |
| HSL | 264.97º | 0.59% | 0.5% | - |
| HSV(B) | 264.97º | 0.73% | 0.8% | - |
| XYZ | 19.3 | 10.66 | 57.54 | - |
| YUV | 89.52 | 192.04 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 203 | 0.43 | 0.73 | 0 | 0.20 | 264.97 | 0.59 | 0.5 |
| Hex | 74 | 36 | CB | 2B | 49 | 0 | 14 | 109 | 3B | 32 |
| Octal | 164 | 66 | 313 | 53 | 111 | 0 | 24 | 411 | 73 | 62 |
| Binary | 1110100 | 110110 | 11001011 | 101011 | 1001001 | 0 | 10100 | 100001001 | 111011 | 110010 |
Color Harmonies of #7436CB
Complementary color
Monochromatic Colors of #7436CB
Black with #7436CB
Text Example
Text Example
White with #7436CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7436CB; }
p { color: rgb(116,54,203); }
H1.HeaderClassName
{
color: #7436CB;
}
.AnyTagClassName
{
color: #7436CB;
}
</style>
background-color css
<style>
a { background-color: #7436CB; }
a { background-color: rgb(116,54,203); }
div.DivClassName
{
background-color: #7436CB;
}
.BgClassName
{
background-color: #7436CB;
}
</style>
border-color css
<style>
span { border-color: #7436CB; }
span { border-color: rgb(116,54,203); }
td.TdClassName
{
border-color: #7436CB;
}
.TagClassName
{
border-color: #7436CB;
}
</style>