Shades of Purple Heart #6712C1
Tints of Purple Heart #6712C1
RGB
CMYK
RGB Variations
Color information
#6712C1 (or 0x6712C1) is known color: Purple Heart. HEX triplet: 67, 12 and C1. RGB value is (103,18,193). Sum of RGB (Red+Green+Blue) = 103+18+193=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #6712C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6712C1 is #98ED3E. Grayscale: #3E3E3E. Windows color (decimal): -10022207 or 12653159. OLE color: 12653159.
HSL color Cylindrical-coordinate representation of color #6712C1: hue angle of 269.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6712C1 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 18 | 193 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.24 |
| HSL | 269.14º | 0.83% | 0.41% | - |
| HSV(B) | 269.14º | 0.91% | 0.76% | - |
| XYZ | 15.44 | 7.17 | 51.02 | - |
| YUV | 63.37 | 201.16 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 193 | 0.47 | 0.91 | 0 | 0.24 | 269.14 | 0.83 | 0.41 |
| Hex | 67 | 12 | C1 | 2F | 5B | 0 | 18 | 10D | 53 | 29 |
| Octal | 147 | 22 | 301 | 57 | 133 | 0 | 30 | 415 | 123 | 51 |
| Binary | 1100111 | 10010 | 11000001 | 101111 | 1011011 | 0 | 11000 | 100001101 | 1010011 | 101001 |
Color Harmonies of #6712C1
Complementary color
Monochromatic Colors of #6712C1
Black with #6712C1
Text Example
Text Example
White with #6712C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6712C1; }
p { color: rgb(103,18,193); }
H1.HeaderClassName
{
color: #6712C1;
}
.AnyTagClassName
{
color: #6712C1;
}
</style>
background-color css
<style>
a { background-color: #6712C1; }
a { background-color: rgb(103,18,193); }
div.DivClassName
{
background-color: #6712C1;
}
.BgClassName
{
background-color: #6712C1;
}
</style>
border-color css
<style>
span { border-color: #6712C1; }
span { border-color: rgb(103,18,193); }
td.TdClassName
{
border-color: #6712C1;
}
.TagClassName
{
border-color: #6712C1;
}
</style>