Shades of Purple Heart #6812D3
Tints of Purple Heart #6812D3
RGB
CMYK
RGB Variations
Color information
#6812D3 (or 0x6812D3) is known color: Purple Heart. HEX triplet: 68, 12 and D3. RGB value is (104,18,211). Sum of RGB (Red+Green+Blue) = 104+18+211=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 211 (82.81% from 255 or 63.36% from 333); Max value from RGB is 211 - color contains mainly: blue. Hex color #6812D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6812D3 is #97ED2C. Grayscale: #414141. Windows color (decimal): -9956653 or 13832808. OLE color: 13832808.
HSL color Cylindrical-coordinate representation of color #6812D3: hue angle of 266.74º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6812D3 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 18 | 211 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.17 |
| HSL | 266.74º | 0.84% | 0.45% | - |
| HSV(B) | 266.74º | 0.91% | 0.83% | - |
| XYZ | 17.68 | 8.08 | 62.26 | - |
| YUV | 65.72 | 209.99 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 211 | 0.51 | 0.91 | 0 | 0.17 | 266.74 | 0.84 | 0.45 |
| Hex | 68 | 12 | D3 | 33 | 5B | 0 | 11 | 10B | 54 | 2D |
| Octal | 150 | 22 | 323 | 63 | 133 | 0 | 21 | 413 | 124 | 55 |
| Binary | 1101000 | 10010 | 11010011 | 110011 | 1011011 | 0 | 10001 | 100001011 | 1010100 | 101101 |
Color Harmonies of #6812D3
Complementary color
Monochromatic Colors of #6812D3
Black with #6812D3
Text Example
Text Example
White with #6812D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6812D3; }
p { color: rgb(104,18,211); }
H1.HeaderClassName
{
color: #6812D3;
}
.AnyTagClassName
{
color: #6812D3;
}
</style>
background-color css
<style>
a { background-color: #6812D3; }
a { background-color: rgb(104,18,211); }
div.DivClassName
{
background-color: #6812D3;
}
.BgClassName
{
background-color: #6812D3;
}
</style>
border-color css
<style>
span { border-color: #6812D3; }
span { border-color: rgb(104,18,211); }
td.TdClassName
{
border-color: #6812D3;
}
.TagClassName
{
border-color: #6812D3;
}
</style>