Shades of Purple Heart #6714B5
Tints of Purple Heart #6714B5
RGB
CMYK
RGB Variations
Color information
#6714B5 (or 0x6714B5) is known color: Purple Heart. HEX triplet: 67, 14 and B5. RGB value is (103,20,181). Sum of RGB (Red+Green+Blue) = 103+20+181=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 181 (71.09% from 255 or 59.54% from 304); Max value from RGB is 181 - color contains mainly: blue. Hex color #6714B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6714B5 is #98EB4A. Grayscale: #3E3E3E. Windows color (decimal): -10021707 or 11867239. OLE color: 11867239.
HSL color Cylindrical-coordinate representation of color #6714B5: hue angle of 270.93º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6714B5 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 20 | 181 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.29 |
| HSL | 270.93º | 0.8% | 0.39% | - |
| HSV(B) | 270.93º | 0.89% | 0.71% | - |
| XYZ | 14.18 | 6.72 | 44.27 | - |
| YUV | 63.17 | 194.5 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 20 | 181 | 0.43 | 0.89 | 0 | 0.29 | 270.93 | 0.8 | 0.39 |
| Hex | 67 | 14 | B5 | 2B | 59 | 0 | 1D | 10F | 50 | 27 |
| Octal | 147 | 24 | 265 | 53 | 131 | 0 | 35 | 417 | 120 | 47 |
| Binary | 1100111 | 10100 | 10110101 | 101011 | 1011001 | 0 | 11101 | 100001111 | 1010000 | 100111 |
Color Harmonies of #6714B5
Complementary color
Monochromatic Colors of #6714B5
Black with #6714B5
Text Example
Text Example
White with #6714B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6714B5; }
p { color: rgb(103,20,181); }
H1.HeaderClassName
{
color: #6714B5;
}
.AnyTagClassName
{
color: #6714B5;
}
</style>
background-color css
<style>
a { background-color: #6714B5; }
a { background-color: rgb(103,20,181); }
div.DivClassName
{
background-color: #6714B5;
}
.BgClassName
{
background-color: #6714B5;
}
</style>
border-color css
<style>
span { border-color: #6714B5; }
span { border-color: rgb(103,20,181); }
td.TdClassName
{
border-color: #6714B5;
}
.TagClassName
{
border-color: #6714B5;
}
</style>