Shades of Purple Heart #6712AF
Tints of Purple Heart #6712AF
RGB
CMYK
RGB Variations
Color information
#6712AF (or 0x6712AF) is known color: Purple Heart. HEX triplet: 67, 12 and AF. RGB value is (103,18,175). Sum of RGB (Red+Green+Blue) = 103+18+175=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #6712AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6712AF is #98ED50. Grayscale: #3C3C3C. Windows color (decimal): -10022225 or 11473511. OLE color: 11473511.
HSL color Cylindrical-coordinate representation of color #6712AF: hue angle of 272.48º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6712AF is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 18 | 175 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.31 |
| HSL | 272.48º | 0.81% | 0.38% | - |
| HSV(B) | 272.48º | 0.9% | 0.69% | - |
| XYZ | 13.55 | 6.41 | 41.08 | - |
| YUV | 61.31 | 192.16 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 175 | 0.41 | 0.90 | 0 | 0.31 | 272.48 | 0.81 | 0.38 |
| Hex | 67 | 12 | AF | 29 | 5A | 0 | 1F | 110 | 51 | 26 |
| Octal | 147 | 22 | 257 | 51 | 132 | 0 | 37 | 420 | 121 | 46 |
| Binary | 1100111 | 10010 | 10101111 | 101001 | 1011010 | 0 | 11111 | 100010000 | 1010001 | 100110 |
Color Harmonies of #6712AF
Complementary color
Monochromatic Colors of #6712AF
Black with #6712AF
Text Example
Text Example
White with #6712AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6712AF; }
p { color: rgb(103,18,175); }
H1.HeaderClassName
{
color: #6712AF;
}
.AnyTagClassName
{
color: #6712AF;
}
</style>
background-color css
<style>
a { background-color: #6712AF; }
a { background-color: rgb(103,18,175); }
div.DivClassName
{
background-color: #6712AF;
}
.BgClassName
{
background-color: #6712AF;
}
</style>
border-color css
<style>
span { border-color: #6712AF; }
span { border-color: rgb(103,18,175); }
td.TdClassName
{
border-color: #6712AF;
}
.TagClassName
{
border-color: #6712AF;
}
</style>