Shades of Purple Heart #6718AD
Tints of Purple Heart #6718AD
RGB
CMYK
RGB Variations
Color information
#6718AD (or 0x6718AD) is known color: Purple Heart. HEX triplet: 67, 18 and AD. RGB value is (103,24,173). Sum of RGB (Red+Green+Blue) = 103+24+173=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #6718AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6718AD is #98E752. Grayscale: #404040. Windows color (decimal): -10020691 or 11343975. OLE color: 11343975.
HSL color Cylindrical-coordinate representation of color #6718AD: hue angle of 271.81º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6718AD is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 24 | 173 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.32 |
| HSL | 271.81º | 0.76% | 0.39% | - |
| HSV(B) | 271.81º | 0.86% | 0.68% | - |
| XYZ | 13.46 | 6.55 | 40.09 | - |
| YUV | 64.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 173 | 0.40 | 0.86 | 0 | 0.32 | 271.81 | 0.76 | 0.39 |
| Hex | 67 | 18 | AD | 28 | 56 | 0 | 20 | 110 | 4C | 27 |
| Octal | 147 | 30 | 255 | 50 | 126 | 0 | 40 | 420 | 114 | 47 |
| Binary | 1100111 | 11000 | 10101101 | 101000 | 1010110 | 0 | 100000 | 100010000 | 1001100 | 100111 |
Color Harmonies of #6718AD
Complementary color
Monochromatic Colors of #6718AD
Black with #6718AD
Text Example
Text Example
White with #6718AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6718AD; }
p { color: rgb(103,24,173); }
H1.HeaderClassName
{
color: #6718AD;
}
.AnyTagClassName
{
color: #6718AD;
}
</style>
background-color css
<style>
a { background-color: #6718AD; }
a { background-color: rgb(103,24,173); }
div.DivClassName
{
background-color: #6718AD;
}
.BgClassName
{
background-color: #6718AD;
}
</style>
border-color css
<style>
span { border-color: #6718AD; }
span { border-color: rgb(103,24,173); }
td.TdClassName
{
border-color: #6718AD;
}
.TagClassName
{
border-color: #6718AD;
}
</style>