Shades of Purple Heart #6715A2
Tints of Purple Heart #6715A2
RGB
CMYK
RGB Variations
Color information
#6715A2 (or 0x6715A2) is known color: Purple Heart. HEX triplet: 67, 15 and A2. RGB value is (103,21,162). Sum of RGB (Red+Green+Blue) = 103+21+162=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #6715A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6715A2 is #98EA5D. Grayscale: #3D3D3D. Windows color (decimal): -10021470 or 10622311. OLE color: 10622311.
HSL color Cylindrical-coordinate representation of color #6715A2: hue angle of 274.89º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6715A2 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 21 | 162 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.36 |
| HSL | 274.89º | 0.77% | 0.36% | - |
| HSV(B) | 274.89º | 0.87% | 0.64% | - |
| XYZ | 12.38 | 6.03 | 34.69 | - |
| YUV | 61.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 162 | 0.36 | 0.87 | 0 | 0.36 | 274.89 | 0.77 | 0.36 |
| Hex | 67 | 15 | A2 | 24 | 57 | 0 | 24 | 113 | 4D | 24 |
| Octal | 147 | 25 | 242 | 44 | 127 | 0 | 44 | 423 | 115 | 44 |
| Binary | 1100111 | 10101 | 10100010 | 100100 | 1010111 | 0 | 100100 | 100010011 | 1001101 | 100100 |
Color Harmonies of #6715A2
Complementary color
Monochromatic Colors of #6715A2
Black with #6715A2
Text Example
Text Example
White with #6715A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6715A2; }
p { color: rgb(103,21,162); }
H1.HeaderClassName
{
color: #6715A2;
}
.AnyTagClassName
{
color: #6715A2;
}
</style>
background-color css
<style>
a { background-color: #6715A2; }
a { background-color: rgb(103,21,162); }
div.DivClassName
{
background-color: #6715A2;
}
.BgClassName
{
background-color: #6715A2;
}
</style>
border-color css
<style>
span { border-color: #6715A2; }
span { border-color: rgb(103,21,162); }
td.TdClassName
{
border-color: #6715A2;
}
.TagClassName
{
border-color: #6715A2;
}
</style>