Shades of Purple Heart #6D34C8
Tints of Purple Heart #6D34C8
RGB
CMYK
RGB Variations
Color information
#6D34C8 (or 0x6D34C8) is known color: Purple Heart. HEX triplet: 6D, 34 and C8. RGB value is (109,52,200). Sum of RGB (Red+Green+Blue) = 109+52+200=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #6D34C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D34C8 is #92CB37. Grayscale: #555555. Windows color (decimal): -9620280 or 13120621. OLE color: 13120621.
HSL color Cylindrical-coordinate representation of color #6D34C8: hue angle of 263.11º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D34C8 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 52 | 200 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.22 |
| HSL | 263.11º | 0.59% | 0.49% | - |
| HSV(B) | 263.11º | 0.74% | 0.78% | - |
| XYZ | 17.96 | 9.88 | 55.6 | - |
| YUV | 85.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 200 | 0.46 | 0.74 | 0 | 0.22 | 263.11 | 0.59 | 0.49 |
| Hex | 6D | 34 | C8 | 2E | 4A | 0 | 16 | 107 | 3B | 31 |
| Octal | 155 | 64 | 310 | 56 | 112 | 0 | 26 | 407 | 73 | 61 |
| Binary | 1101101 | 110100 | 11001000 | 101110 | 1001010 | 0 | 10110 | 100000111 | 111011 | 110001 |
Color Harmonies of #6D34C8
Complementary color
Monochromatic Colors of #6D34C8
Black with #6D34C8
Text Example
Text Example
White with #6D34C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D34C8; }
p { color: rgb(109,52,200); }
H1.HeaderClassName
{
color: #6D34C8;
}
.AnyTagClassName
{
color: #6D34C8;
}
</style>
background-color css
<style>
a { background-color: #6D34C8; }
a { background-color: rgb(109,52,200); }
div.DivClassName
{
background-color: #6D34C8;
}
.BgClassName
{
background-color: #6D34C8;
}
</style>
border-color css
<style>
span { border-color: #6D34C8; }
span { border-color: rgb(109,52,200); }
td.TdClassName
{
border-color: #6D34C8;
}
.TagClassName
{
border-color: #6D34C8;
}
</style>