Shades of Purple Heart #6834C2
Tints of Purple Heart #6834C2
RGB
CMYK
RGB Variations
Color information
#6834C2 (or 0x6834C2) is known color: Purple Heart. HEX triplet: 68, 34 and C2. RGB value is (104,52,194). Sum of RGB (Red+Green+Blue) = 104+52+194=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 194 (76.17% from 255 or 55.43% from 350); Max value from RGB is 194 - color contains mainly: blue. Hex color #6834C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6834C2 is #97CB3D. Grayscale: #535353. Windows color (decimal): -9947966 or 12727400. OLE color: 12727400.
HSL color Cylindrical-coordinate representation of color #6834C2: hue angle of 261.97º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6834C2 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 52 | 194 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.24 |
| HSL | 261.97º | 0.58% | 0.48% | - |
| HSV(B) | 261.97º | 0.73% | 0.76% | - |
| XYZ | 16.67 | 9.29 | 51.95 | - |
| YUV | 83.74 | 190.23 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 194 | 0.46 | 0.73 | 0 | 0.24 | 261.97 | 0.58 | 0.48 |
| Hex | 68 | 34 | C2 | 2E | 49 | 0 | 18 | 106 | 3A | 30 |
| Octal | 150 | 64 | 302 | 56 | 111 | 0 | 30 | 406 | 72 | 60 |
| Binary | 1101000 | 110100 | 11000010 | 101110 | 1001001 | 0 | 11000 | 100000110 | 111010 | 110000 |
Color Harmonies of #6834C2
Complementary color
Monochromatic Colors of #6834C2
Black with #6834C2
Text Example
Text Example
White with #6834C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6834C2; }
p { color: rgb(104,52,194); }
H1.HeaderClassName
{
color: #6834C2;
}
.AnyTagClassName
{
color: #6834C2;
}
</style>
background-color css
<style>
a { background-color: #6834C2; }
a { background-color: rgb(104,52,194); }
div.DivClassName
{
background-color: #6834C2;
}
.BgClassName
{
background-color: #6834C2;
}
</style>
border-color css
<style>
span { border-color: #6834C2; }
span { border-color: rgb(104,52,194); }
td.TdClassName
{
border-color: #6834C2;
}
.TagClassName
{
border-color: #6834C2;
}
</style>