Shades of Purple Heart #6714A7
Tints of Purple Heart #6714A7
RGB
CMYK
RGB Variations
Color information
#6714A7 (or 0x6714A7) is known color: Purple Heart. HEX triplet: 67, 14 and A7. RGB value is (103,20,167). Sum of RGB (Red+Green+Blue) = 103+20+167=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 167 (65.62% from 255 or 57.59% from 290); Max value from RGB is 167 - color contains mainly: blue. Hex color #6714A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6714A7 is #98EB58. Grayscale: #3D3D3D. Windows color (decimal): -10021721 or 10949735. OLE color: 10949735.
HSL color Cylindrical-coordinate representation of color #6714A7: hue angle of 273.88º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6714A7 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 20 | 167 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.35 |
| HSL | 273.88º | 0.79% | 0.37% | - |
| HSV(B) | 273.88º | 0.88% | 0.65% | - |
| XYZ | 12.82 | 6.17 | 37.08 | - |
| YUV | 61.58 | 187.5 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 20 | 167 | 0.38 | 0.88 | 0 | 0.35 | 273.88 | 0.79 | 0.37 |
| Hex | 67 | 14 | A7 | 26 | 58 | 0 | 23 | 112 | 4F | 25 |
| Octal | 147 | 24 | 247 | 46 | 130 | 0 | 43 | 422 | 117 | 45 |
| Binary | 1100111 | 10100 | 10100111 | 100110 | 1011000 | 0 | 100011 | 100010010 | 1001111 | 100101 |
Color Harmonies of #6714A7
Complementary color
Monochromatic Colors of #6714A7
Black with #6714A7
Text Example
Text Example
White with #6714A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6714A7; }
p { color: rgb(103,20,167); }
H1.HeaderClassName
{
color: #6714A7;
}
.AnyTagClassName
{
color: #6714A7;
}
</style>
background-color css
<style>
a { background-color: #6714A7; }
a { background-color: rgb(103,20,167); }
div.DivClassName
{
background-color: #6714A7;
}
.BgClassName
{
background-color: #6714A7;
}
</style>
border-color css
<style>
span { border-color: #6714A7; }
span { border-color: rgb(103,20,167); }
td.TdClassName
{
border-color: #6714A7;
}
.TagClassName
{
border-color: #6714A7;
}
</style>