Shades of Purple Heart #6D05AA
Tints of Purple Heart #6D05AA
RGB
CMYK
RGB Variations
Color information
#6D05AA (or 0x6D05AA) is known color: Purple Heart. HEX triplet: 6D, 05 and AA. RGB value is (109,5,170). Sum of RGB (Red+Green+Blue) = 109+5+170=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D05AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D05AA is #92FA55. Grayscale: #363636. Windows color (decimal): -9632342 or 11142509. OLE color: 11142509.
HSL color Cylindrical-coordinate representation of color #6D05AA: hue angle of 277.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D05AA is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 5 | 170 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.33 |
| HSL | 277.82º | 0.94% | 0.34% | - |
| HSV(B) | 277.82º | 0.97% | 0.67% | - |
| XYZ | 13.62 | 6.26 | 38.52 | - |
| YUV | 54.91 | 192.96 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 170 | 0.36 | 0.97 | 0 | 0.33 | 277.82 | 0.94 | 0.34 |
| Hex | 6D | 5 | AA | 24 | 61 | 0 | 21 | 116 | 5E | 22 |
| Octal | 155 | 5 | 252 | 44 | 141 | 0 | 41 | 426 | 136 | 42 |
| Binary | 1101101 | 101 | 10101010 | 100100 | 1100001 | 0 | 100001 | 100010110 | 1011110 | 100010 |
Color Harmonies of #6D05AA
Complementary color
Monochromatic Colors of #6D05AA
Black with #6D05AA
Text Example
Text Example
White with #6D05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D05AA; }
p { color: rgb(109,5,170); }
H1.HeaderClassName
{
color: #6D05AA;
}
.AnyTagClassName
{
color: #6D05AA;
}
</style>
background-color css
<style>
a { background-color: #6D05AA; }
a { background-color: rgb(109,5,170); }
div.DivClassName
{
background-color: #6D05AA;
}
.BgClassName
{
background-color: #6D05AA;
}
</style>
border-color css
<style>
span { border-color: #6D05AA; }
span { border-color: rgb(109,5,170); }
td.TdClassName
{
border-color: #6D05AA;
}
.TagClassName
{
border-color: #6D05AA;
}
</style>