Shades of Purple Heart #712BCE
Tints of Purple Heart #712BCE
RGB
CMYK
RGB Variations
Color information
#712BCE (or 0x712BCE) is known color: Purple Heart. HEX triplet: 71, 2B and CE. RGB value is (113,43,206). Sum of RGB (Red+Green+Blue) = 113+43+206=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #712BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712BCE is #8ED431. Grayscale: #515151. Windows color (decimal): -9360434 or 13511537. OLE color: 13511537.
HSL color Cylindrical-coordinate representation of color #712BCE: hue angle of 265.77º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712BCE is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 43 | 206 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.19 |
| HSL | 265.77º | 0.65% | 0.49% | - |
| HSV(B) | 265.77º | 0.79% | 0.81% | - |
| XYZ | 18.81 | 9.69 | 59.27 | - |
| YUV | 82.51 | 197.69 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 206 | 0.45 | 0.79 | 0 | 0.19 | 265.77 | 0.65 | 0.49 |
| Hex | 71 | 2B | CE | 2D | 4F | 0 | 13 | 10A | 41 | 31 |
| Octal | 161 | 53 | 316 | 55 | 117 | 0 | 23 | 412 | 101 | 61 |
| Binary | 1110001 | 101011 | 11001110 | 101101 | 1001111 | 0 | 10011 | 100001010 | 1000001 | 110001 |
Color Harmonies of #712BCE
Complementary color
Monochromatic Colors of #712BCE
Black with #712BCE
Text Example
Text Example
White with #712BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712BCE; }
p { color: rgb(113,43,206); }
H1.HeaderClassName
{
color: #712BCE;
}
.AnyTagClassName
{
color: #712BCE;
}
</style>
background-color css
<style>
a { background-color: #712BCE; }
a { background-color: rgb(113,43,206); }
div.DivClassName
{
background-color: #712BCE;
}
.BgClassName
{
background-color: #712BCE;
}
</style>
border-color css
<style>
span { border-color: #712BCE; }
span { border-color: rgb(113,43,206); }
td.TdClassName
{
border-color: #712BCE;
}
.TagClassName
{
border-color: #712BCE;
}
</style>