Shades of Purple Heart #7238CE
Tints of Purple Heart #7238CE
RGB
CMYK
RGB Variations
Color information
#7238CE (or 0x7238CE) is known color: Purple Heart. HEX triplet: 72, 38 and CE. RGB value is (114,56,206). Sum of RGB (Red+Green+Blue) = 114+56+206=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #7238CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7238CE is #8DC731. Grayscale: #595959. Windows color (decimal): -9291570 or 13514866. OLE color: 13514866.
HSL color Cylindrical-coordinate representation of color #7238CE: hue angle of 263.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7238CE is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 56 | 206 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.19 |
| HSL | 263.2º | 0.6% | 0.51% | - |
| HSV(B) | 263.2º | 0.73% | 0.81% | - |
| XYZ | 19.49 | 10.86 | 59.46 | - |
| YUV | 90.44 | 193.22 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 206 | 0.45 | 0.73 | 0 | 0.19 | 263.2 | 0.6 | 0.51 |
| Hex | 72 | 38 | CE | 2D | 49 | 0 | 13 | 107 | 3C | 33 |
| Octal | 162 | 70 | 316 | 55 | 111 | 0 | 23 | 407 | 74 | 63 |
| Binary | 1110010 | 111000 | 11001110 | 101101 | 1001001 | 0 | 10011 | 100000111 | 111100 | 110011 |
Color Harmonies of #7238CE
Complementary color
Monochromatic Colors of #7238CE
Black with #7238CE
Text Example
Text Example
White with #7238CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7238CE; }
p { color: rgb(114,56,206); }
H1.HeaderClassName
{
color: #7238CE;
}
.AnyTagClassName
{
color: #7238CE;
}
</style>
background-color css
<style>
a { background-color: #7238CE; }
a { background-color: rgb(114,56,206); }
div.DivClassName
{
background-color: #7238CE;
}
.BgClassName
{
background-color: #7238CE;
}
</style>
border-color css
<style>
span { border-color: #7238CE; }
span { border-color: rgb(114,56,206); }
td.TdClassName
{
border-color: #7238CE;
}
.TagClassName
{
border-color: #7238CE;
}
</style>