Shades of Purple Heart #6D3AC8
Tints of Purple Heart #6D3AC8
RGB
CMYK
RGB Variations
Color information
#6D3AC8 (or 0x6D3AC8) is known color: Purple Heart. HEX triplet: 6D, 3A and C8. RGB value is (109,58,200). Sum of RGB (Red+Green+Blue) = 109+58+200=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 200 (78.52% from 255 or 54.50% from 367); Max value from RGB is 200 - color contains mainly: blue. Hex color #6D3AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3AC8 is #92C537. Grayscale: #585858. Windows color (decimal): -9618744 or 13122157. OLE color: 13122157.
HSL color Cylindrical-coordinate representation of color #6D3AC8: hue angle of 261.55º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D3AC8 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 58 | 200 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.22 |
| HSL | 261.55º | 0.56% | 0.51% | - |
| HSV(B) | 261.55º | 0.71% | 0.78% | - |
| XYZ | 18.25 | 10.45 | 55.7 | - |
| YUV | 89.44 | 190.4 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 200 | 0.46 | 0.71 | 0 | 0.22 | 261.55 | 0.56 | 0.51 |
| Hex | 6D | 3A | C8 | 2E | 47 | 0 | 16 | 106 | 38 | 33 |
| Octal | 155 | 72 | 310 | 56 | 107 | 0 | 26 | 406 | 70 | 63 |
| Binary | 1101101 | 111010 | 11001000 | 101110 | 1000111 | 0 | 10110 | 100000110 | 111000 | 110011 |
Color Harmonies of #6D3AC8
Complementary color
Monochromatic Colors of #6D3AC8
Black with #6D3AC8
Text Example
Text Example
White with #6D3AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3AC8; }
p { color: rgb(109,58,200); }
H1.HeaderClassName
{
color: #6D3AC8;
}
.AnyTagClassName
{
color: #6D3AC8;
}
</style>
background-color css
<style>
a { background-color: #6D3AC8; }
a { background-color: rgb(109,58,200); }
div.DivClassName
{
background-color: #6D3AC8;
}
.BgClassName
{
background-color: #6D3AC8;
}
</style>
border-color css
<style>
span { border-color: #6D3AC8; }
span { border-color: rgb(109,58,200); }
td.TdClassName
{
border-color: #6D3AC8;
}
.TagClassName
{
border-color: #6D3AC8;
}
</style>