Shades of Purple Heart #6812C1
Tints of Purple Heart #6812C1
RGB
CMYK
RGB Variations
Color information
#6812C1 (or 0x6812C1) is known color: Purple Heart. HEX triplet: 68, 12 and C1. RGB value is (104,18,193). Sum of RGB (Red+Green+Blue) = 104+18+193=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 193 (75.78% from 255 or 61.27% from 315); Max value from RGB is 193 - color contains mainly: blue. Hex color #6812C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6812C1 is #97ED3E. Grayscale: #3F3F3F. Windows color (decimal): -9956671 or 12653160. OLE color: 12653160.
HSL color Cylindrical-coordinate representation of color #6812C1: hue angle of 269.49º 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 #6812C1 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 18 | 193 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.24 |
| HSL | 269.49º | 0.83% | 0.41% | - |
| HSV(B) | 269.49º | 0.91% | 0.76% | - |
| XYZ | 15.55 | 7.23 | 51.03 | - |
| YUV | 63.66 | 200.99 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 193 | 0.46 | 0.91 | 0 | 0.24 | 269.49 | 0.83 | 0.41 |
| Hex | 68 | 12 | C1 | 2E | 5B | 0 | 18 | 10D | 53 | 29 |
| Octal | 150 | 22 | 301 | 56 | 133 | 0 | 30 | 415 | 123 | 51 |
| Binary | 1101000 | 10010 | 11000001 | 101110 | 1011011 | 0 | 11000 | 100001101 | 1010011 | 101001 |
Color Harmonies of #6812C1
Complementary color
Monochromatic Colors of #6812C1
Black with #6812C1
Text Example
Text Example
White with #6812C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6812C1; }
p { color: rgb(104,18,193); }
H1.HeaderClassName
{
color: #6812C1;
}
.AnyTagClassName
{
color: #6812C1;
}
</style>
background-color css
<style>
a { background-color: #6812C1; }
a { background-color: rgb(104,18,193); }
div.DivClassName
{
background-color: #6812C1;
}
.BgClassName
{
background-color: #6812C1;
}
</style>
border-color css
<style>
span { border-color: #6812C1; }
span { border-color: rgb(104,18,193); }
td.TdClassName
{
border-color: #6812C1;
}
.TagClassName
{
border-color: #6812C1;
}
</style>