Shades of Purple Heart #7236D2
Tints of Purple Heart #7236D2
RGB
CMYK
RGB Variations
Color information
#7236D2 (or 0x7236D2) is known color: Purple Heart. HEX triplet: 72, 36 and D2. RGB value is (114,54,210). Sum of RGB (Red+Green+Blue) = 114+54+210=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 210 (82.42% from 255 or 55.56% from 378); Max value from RGB is 210 - color contains mainly: blue. Hex color #7236D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7236D2 is #8DC92D. Grayscale: #595959. Windows color (decimal): -9292078 or 13776498. OLE color: 13776498.
HSL color Cylindrical-coordinate representation of color #7236D2: hue angle of 263.08º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7236D2 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 54 | 210 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.18 |
| HSL | 263.08º | 0.63% | 0.52% | - |
| HSV(B) | 263.08º | 0.74% | 0.82% | - |
| XYZ | 19.89 | 10.87 | 62.02 | - |
| YUV | 89.72 | 195.88 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 210 | 0.46 | 0.74 | 0 | 0.18 | 263.08 | 0.63 | 0.52 |
| Hex | 72 | 36 | D2 | 2E | 4A | 0 | 12 | 107 | 3F | 34 |
| Octal | 162 | 66 | 322 | 56 | 112 | 0 | 22 | 407 | 77 | 64 |
| Binary | 1110010 | 110110 | 11010010 | 101110 | 1001010 | 0 | 10010 | 100000111 | 111111 | 110100 |
Color Harmonies of #7236D2
Complementary color
Monochromatic Colors of #7236D2
Black with #7236D2
Text Example
Text Example
White with #7236D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7236D2; }
p { color: rgb(114,54,210); }
H1.HeaderClassName
{
color: #7236D2;
}
.AnyTagClassName
{
color: #7236D2;
}
</style>
background-color css
<style>
a { background-color: #7236D2; }
a { background-color: rgb(114,54,210); }
div.DivClassName
{
background-color: #7236D2;
}
.BgClassName
{
background-color: #7236D2;
}
</style>
border-color css
<style>
span { border-color: #7236D2; }
span { border-color: rgb(114,54,210); }
td.TdClassName
{
border-color: #7236D2;
}
.TagClassName
{
border-color: #7236D2;
}
</style>