Shades of Purple Heart #6715AA
Tints of Purple Heart #6715AA
RGB
CMYK
RGB Variations
Color information
#6715AA (or 0x6715AA) is known color: Purple Heart. HEX triplet: 67, 15 and AA. RGB value is (103,21,170). Sum of RGB (Red+Green+Blue) = 103+21+170=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #6715AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6715AA is #98EA55. Grayscale: #3D3D3D. Windows color (decimal): -10021462 or 11146599. OLE color: 11146599.
HSL color Cylindrical-coordinate representation of color #6715AA: hue angle of 273.02º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6715AA is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 21 | 170 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.33 |
| HSL | 273.02º | 0.78% | 0.37% | - |
| HSV(B) | 273.02º | 0.88% | 0.67% | - |
| XYZ | 13.12 | 6.32 | 38.56 | - |
| YUV | 62.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 170 | 0.39 | 0.88 | 0 | 0.33 | 273.02 | 0.78 | 0.37 |
| Hex | 67 | 15 | AA | 27 | 58 | 0 | 21 | 111 | 4E | 25 |
| Octal | 147 | 25 | 252 | 47 | 130 | 0 | 41 | 421 | 116 | 45 |
| Binary | 1100111 | 10101 | 10101010 | 100111 | 1011000 | 0 | 100001 | 100010001 | 1001110 | 100101 |
Color Harmonies of #6715AA
Complementary color
Monochromatic Colors of #6715AA
Black with #6715AA
Text Example
Text Example
White with #6715AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6715AA; }
p { color: rgb(103,21,170); }
H1.HeaderClassName
{
color: #6715AA;
}
.AnyTagClassName
{
color: #6715AA;
}
</style>
background-color css
<style>
a { background-color: #6715AA; }
a { background-color: rgb(103,21,170); }
div.DivClassName
{
background-color: #6715AA;
}
.BgClassName
{
background-color: #6715AA;
}
</style>
border-color css
<style>
span { border-color: #6715AA; }
span { border-color: rgb(103,21,170); }
td.TdClassName
{
border-color: #6715AA;
}
.TagClassName
{
border-color: #6715AA;
}
</style>