Shades of Purple Heart #6713AD
Tints of Purple Heart #6713AD
RGB
CMYK
RGB Variations
Color information
#6713AD (or 0x6713AD) is known color: Purple Heart. HEX triplet: 67, 13 and AD. RGB value is (103,19,173). Sum of RGB (Red+Green+Blue) = 103+19+173=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #6713AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6713AD is #98EC52. Grayscale: #3D3D3D. Windows color (decimal): -10021971 or 11342695. OLE color: 11342695.
HSL color Cylindrical-coordinate representation of color #6713AD: hue angle of 272.73º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6713AD is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 19 | 173 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.32 |
| HSL | 272.73º | 0.8% | 0.38% | - |
| HSV(B) | 272.73º | 0.89% | 0.68% | - |
| XYZ | 13.37 | 6.37 | 40.06 | - |
| YUV | 61.67 | 190.83 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 173 | 0.40 | 0.89 | 0 | 0.32 | 272.73 | 0.8 | 0.38 |
| Hex | 67 | 13 | AD | 28 | 59 | 0 | 20 | 111 | 50 | 26 |
| Octal | 147 | 23 | 255 | 50 | 131 | 0 | 40 | 421 | 120 | 46 |
| Binary | 1100111 | 10011 | 10101101 | 101000 | 1011001 | 0 | 100000 | 100010001 | 1010000 | 100110 |
Color Harmonies of #6713AD
Complementary color
Monochromatic Colors of #6713AD
Black with #6713AD
Text Example
Text Example
White with #6713AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6713AD; }
p { color: rgb(103,19,173); }
H1.HeaderClassName
{
color: #6713AD;
}
.AnyTagClassName
{
color: #6713AD;
}
</style>
background-color css
<style>
a { background-color: #6713AD; }
a { background-color: rgb(103,19,173); }
div.DivClassName
{
background-color: #6713AD;
}
.BgClassName
{
background-color: #6713AD;
}
</style>
border-color css
<style>
span { border-color: #6713AD; }
span { border-color: rgb(103,19,173); }
td.TdClassName
{
border-color: #6713AD;
}
.TagClassName
{
border-color: #6713AD;
}
</style>