Shades of Purple Heart #7243CE
Tints of Purple Heart #7243CE
RGB
CMYK
RGB Variations
Color information
#7243CE (or 0x7243CE) is known color: Purple Heart. HEX triplet: 72, 43 and CE. RGB value is (114,67,206). Sum of RGB (Red+Green+Blue) = 114+67+206=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #7243CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7243CE is #8DBC31. Grayscale: #606060. Windows color (decimal): -9288754 or 13517682. OLE color: 13517682.
HSL color Cylindrical-coordinate representation of color #7243CE: hue angle of 260.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7243CE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 67 | 206 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.19 |
| HSL | 260.29º | 0.59% | 0.54% | - |
| HSV(B) | 260.29º | 0.67% | 0.81% | - |
| XYZ | 20.09 | 12.05 | 59.66 | - |
| YUV | 96.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 206 | 0.45 | 0.67 | 0 | 0.19 | 260.29 | 0.59 | 0.54 |
| Hex | 72 | 43 | CE | 2D | 43 | 0 | 13 | 104 | 3B | 36 |
| Octal | 162 | 103 | 316 | 55 | 103 | 0 | 23 | 404 | 73 | 66 |
| Binary | 1110010 | 1000011 | 11001110 | 101101 | 1000011 | 0 | 10011 | 100000100 | 111011 | 110110 |
Color Harmonies of #7243CE
Complementary color
Monochromatic Colors of #7243CE
Black with #7243CE
Text Example
Text Example
White with #7243CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243CE; }
p { color: rgb(114,67,206); }
H1.HeaderClassName
{
color: #7243CE;
}
.AnyTagClassName
{
color: #7243CE;
}
</style>
background-color css
<style>
a { background-color: #7243CE; }
a { background-color: rgb(114,67,206); }
div.DivClassName
{
background-color: #7243CE;
}
.BgClassName
{
background-color: #7243CE;
}
</style>
border-color css
<style>
span { border-color: #7243CE; }
span { border-color: rgb(114,67,206); }
td.TdClassName
{
border-color: #7243CE;
}
.TagClassName
{
border-color: #7243CE;
}
</style>