Shades of Purple Heart #6D0ACC
Tints of Purple Heart #6D0ACC
RGB
CMYK
RGB Variations
Color information
#6D0ACC (or 0x6D0ACC) is known color: Purple Heart. HEX triplet: 6D, 0A and CC. RGB value is (109,10,204). Sum of RGB (Red+Green+Blue) = 109+10+204=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D0ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0ACC is #92F533. Grayscale: #3D3D3D. Windows color (decimal): -9631028 or 13372013. OLE color: 13372013.
HSL color Cylindrical-coordinate representation of color #6D0ACC: hue angle of 270.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0ACC is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 10 | 204 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.2 |
| HSL | 270.62º | 0.91% | 0.42% | - |
| HSV(B) | 270.62º | 0.95% | 0.8% | - |
| XYZ | 17.31 | 7.83 | 57.73 | - |
| YUV | 61.72 | 208.3 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 204 | 0.47 | 0.95 | 0 | 0.2 | 270.62 | 0.91 | 0.42 |
| Hex | 6D | A | CC | 2F | 5F | 0 | 14 | 10F | 5B | 2A |
| Octal | 155 | 12 | 314 | 57 | 137 | 0 | 24 | 417 | 133 | 52 |
| Binary | 1101101 | 1010 | 11001100 | 101111 | 1011111 | 0 | 10100 | 100001111 | 1011011 | 101010 |
Color Harmonies of #6D0ACC
Complementary color
Monochromatic Colors of #6D0ACC
Black with #6D0ACC
Text Example
Text Example
White with #6D0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0ACC; }
p { color: rgb(109,10,204); }
H1.HeaderClassName
{
color: #6D0ACC;
}
.AnyTagClassName
{
color: #6D0ACC;
}
</style>
background-color css
<style>
a { background-color: #6D0ACC; }
a { background-color: rgb(109,10,204); }
div.DivClassName
{
background-color: #6D0ACC;
}
.BgClassName
{
background-color: #6D0ACC;
}
</style>
border-color css
<style>
span { border-color: #6D0ACC; }
span { border-color: rgb(109,10,204); }
td.TdClassName
{
border-color: #6D0ACC;
}
.TagClassName
{
border-color: #6D0ACC;
}
</style>