Shades of Purple Heart #7143CE
Tints of Purple Heart #7143CE
RGB
CMYK
RGB Variations
Color information
#7143CE (or 0x7143CE) is known color: Purple Heart. HEX triplet: 71, 43 and CE. RGB value is (113,67,206). Sum of RGB (Red+Green+Blue) = 113+67+206=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #7143CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7143CE is #8EBC31. Grayscale: #606060. Windows color (decimal): -9354290 or 13517681. OLE color: 13517681.
HSL color Cylindrical-coordinate representation of color #7143CE: hue angle of 259.86º 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 #7143CE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 67 | 206 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.19 |
| HSL | 259.86º | 0.59% | 0.54% | - |
| HSV(B) | 259.86º | 0.67% | 0.81% | - |
| XYZ | 19.96 | 11.98 | 59.65 | - |
| YUV | 96.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 206 | 0.45 | 0.67 | 0 | 0.19 | 259.86 | 0.59 | 0.54 |
| Hex | 71 | 43 | CE | 2D | 43 | 0 | 13 | 104 | 3B | 36 |
| Octal | 161 | 103 | 316 | 55 | 103 | 0 | 23 | 404 | 73 | 66 |
| Binary | 1110001 | 1000011 | 11001110 | 101101 | 1000011 | 0 | 10011 | 100000100 | 111011 | 110110 |
Color Harmonies of #7143CE
Complementary color
Monochromatic Colors of #7143CE
Black with #7143CE
Text Example
Text Example
White with #7143CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7143CE; }
p { color: rgb(113,67,206); }
H1.HeaderClassName
{
color: #7143CE;
}
.AnyTagClassName
{
color: #7143CE;
}
</style>
background-color css
<style>
a { background-color: #7143CE; }
a { background-color: rgb(113,67,206); }
div.DivClassName
{
background-color: #7143CE;
}
.BgClassName
{
background-color: #7143CE;
}
</style>
border-color css
<style>
span { border-color: #7143CE; }
span { border-color: rgb(113,67,206); }
td.TdClassName
{
border-color: #7143CE;
}
.TagClassName
{
border-color: #7143CE;
}
</style>