Shades of Purple Heart #6A34E5
Tints of Purple Heart #6A34E5
RGB
CMYK
RGB Variations
Color information
#6A34E5 (or 0x6A34E5) is known color: Purple Heart. HEX triplet: 6A, 34 and E5. RGB value is (106,52,229). Sum of RGB (Red+Green+Blue) = 106+52+229=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #6A34E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A34E5 is #95CB1A. Grayscale: #575757. Windows color (decimal): -9816859 or 15021162. OLE color: 15021162.
HSL color Cylindrical-coordinate representation of color #6A34E5: hue angle of 258.31º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A34E5 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 52 | 229 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.10 |
| HSL | 258.31º | 0.77% | 0.55% | - |
| HSV(B) | 258.31º | 0.77% | 0.9% | - |
| XYZ | 21.31 | 11.18 | 75.16 | - |
| YUV | 88.32 | 207.39 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 52 | 229 | 0.54 | 0.77 | 0 | 0.10 | 258.31 | 0.77 | 0.55 |
| Hex | 6A | 34 | E5 | 36 | 4D | 0 | A | 102 | 4D | 37 |
| Octal | 152 | 64 | 345 | 66 | 115 | 0 | 12 | 402 | 115 | 67 |
| Binary | 1101010 | 110100 | 11100101 | 110110 | 1001101 | 0 | 1010 | 100000010 | 1001101 | 110111 |
Color Harmonies of #6A34E5
Complementary color
Monochromatic Colors of #6A34E5
Black with #6A34E5
Text Example
Text Example
White with #6A34E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A34E5; }
p { color: rgb(106,52,229); }
H1.HeaderClassName
{
color: #6A34E5;
}
.AnyTagClassName
{
color: #6A34E5;
}
</style>
background-color css
<style>
a { background-color: #6A34E5; }
a { background-color: rgb(106,52,229); }
div.DivClassName
{
background-color: #6A34E5;
}
.BgClassName
{
background-color: #6A34E5;
}
</style>
border-color css
<style>
span { border-color: #6A34E5; }
span { border-color: rgb(106,52,229); }
td.TdClassName
{
border-color: #6A34E5;
}
.TagClassName
{
border-color: #6A34E5;
}
</style>