Shades of Purple Heart #6D05AD
Tints of Purple Heart #6D05AD
RGB
CMYK
RGB Variations
Color information
#6D05AD (or 0x6D05AD) is known color: Purple Heart. HEX triplet: 6D, 05 and AD. RGB value is (109,5,173). Sum of RGB (Red+Green+Blue) = 109+5+173=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D05AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D05AD is #92FA52. Grayscale: #363636. Windows color (decimal): -9632339 or 11339117. OLE color: 11339117.
HSL color Cylindrical-coordinate representation of color #6D05AD: hue angle of 277.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D05AD is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 5 | 173 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.32 |
| HSL | 277.14º | 0.94% | 0.35% | - |
| HSV(B) | 277.14º | 0.97% | 0.68% | - |
| XYZ | 13.9 | 6.38 | 40.03 | - |
| YUV | 55.25 | 194.46 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 173 | 0.37 | 0.97 | 0 | 0.32 | 277.14 | 0.94 | 0.35 |
| Hex | 6D | 5 | AD | 25 | 61 | 0 | 20 | 115 | 5E | 23 |
| Octal | 155 | 5 | 255 | 45 | 141 | 0 | 40 | 425 | 136 | 43 |
| Binary | 1101101 | 101 | 10101101 | 100101 | 1100001 | 0 | 100000 | 100010101 | 1011110 | 100011 |
Color Harmonies of #6D05AD
Complementary color
Monochromatic Colors of #6D05AD
Black with #6D05AD
Text Example
Text Example
White with #6D05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D05AD; }
p { color: rgb(109,5,173); }
H1.HeaderClassName
{
color: #6D05AD;
}
.AnyTagClassName
{
color: #6D05AD;
}
</style>
background-color css
<style>
a { background-color: #6D05AD; }
a { background-color: rgb(109,5,173); }
div.DivClassName
{
background-color: #6D05AD;
}
.BgClassName
{
background-color: #6D05AD;
}
</style>
border-color css
<style>
span { border-color: #6D05AD; }
span { border-color: rgb(109,5,173); }
td.TdClassName
{
border-color: #6D05AD;
}
.TagClassName
{
border-color: #6D05AD;
}
</style>