Shades of Purple Heart #6713AF
Tints of Purple Heart #6713AF
RGB
CMYK
RGB Variations
Color information
#6713AF (or 0x6713AF) is known color: Purple Heart. HEX triplet: 67, 13 and AF. RGB value is (103,19,175). Sum of RGB (Red+Green+Blue) = 103+19+175=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #6713AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6713AF is #98EC50. Grayscale: #3D3D3D. Windows color (decimal): -10021969 or 11473767. OLE color: 11473767.
HSL color Cylindrical-coordinate representation of color #6713AF: hue angle of 272.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6713AF is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 19 | 175 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.31 |
| HSL | 272.31º | 0.8% | 0.38% | - |
| HSV(B) | 272.31º | 0.89% | 0.69% | - |
| XYZ | 13.56 | 6.44 | 41.09 | - |
| YUV | 61.9 | 191.83 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 175 | 0.41 | 0.89 | 0 | 0.31 | 272.31 | 0.8 | 0.38 |
| Hex | 67 | 13 | AF | 29 | 59 | 0 | 1F | 110 | 50 | 26 |
| Octal | 147 | 23 | 257 | 51 | 131 | 0 | 37 | 420 | 120 | 46 |
| Binary | 1100111 | 10011 | 10101111 | 101001 | 1011001 | 0 | 11111 | 100010000 | 1010000 | 100110 |
Color Harmonies of #6713AF
Complementary color
Monochromatic Colors of #6713AF
Black with #6713AF
Text Example
Text Example
White with #6713AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6713AF; }
p { color: rgb(103,19,175); }
H1.HeaderClassName
{
color: #6713AF;
}
.AnyTagClassName
{
color: #6713AF;
}
</style>
background-color css
<style>
a { background-color: #6713AF; }
a { background-color: rgb(103,19,175); }
div.DivClassName
{
background-color: #6713AF;
}
.BgClassName
{
background-color: #6713AF;
}
</style>
border-color css
<style>
span { border-color: #6713AF; }
span { border-color: rgb(103,19,175); }
td.TdClassName
{
border-color: #6713AF;
}
.TagClassName
{
border-color: #6713AF;
}
</style>