Shades of Purple Heart #7236CE
Tints of Purple Heart #7236CE
RGB
CMYK
RGB Variations
Color information
#7236CE (or 0x7236CE) is known color: Purple Heart. HEX triplet: 72, 36 and CE. RGB value is (114,54,206). Sum of RGB (Red+Green+Blue) = 114+54+206=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #7236CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7236CE is #8DC931. Grayscale: #585858. Windows color (decimal): -9292082 or 13514354. OLE color: 13514354.
HSL color Cylindrical-coordinate representation of color #7236CE: hue angle of 263.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7236CE is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 54 | 206 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.19 |
| HSL | 263.68º | 0.61% | 0.51% | - |
| HSV(B) | 263.68º | 0.74% | 0.81% | - |
| XYZ | 19.4 | 10.67 | 59.43 | - |
| YUV | 89.27 | 193.88 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 206 | 0.45 | 0.74 | 0 | 0.19 | 263.68 | 0.61 | 0.51 |
| Hex | 72 | 36 | CE | 2D | 4A | 0 | 13 | 108 | 3D | 33 |
| Octal | 162 | 66 | 316 | 55 | 112 | 0 | 23 | 410 | 75 | 63 |
| Binary | 1110010 | 110110 | 11001110 | 101101 | 1001010 | 0 | 10011 | 100001000 | 111101 | 110011 |
Color Harmonies of #7236CE
Complementary color
Monochromatic Colors of #7236CE
Black with #7236CE
Text Example
Text Example
White with #7236CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7236CE; }
p { color: rgb(114,54,206); }
H1.HeaderClassName
{
color: #7236CE;
}
.AnyTagClassName
{
color: #7236CE;
}
</style>
background-color css
<style>
a { background-color: #7236CE; }
a { background-color: rgb(114,54,206); }
div.DivClassName
{
background-color: #7236CE;
}
.BgClassName
{
background-color: #7236CE;
}
</style>
border-color css
<style>
span { border-color: #7236CE; }
span { border-color: rgb(114,54,206); }
td.TdClassName
{
border-color: #7236CE;
}
.TagClassName
{
border-color: #7236CE;
}
</style>