Shades of Purple Heart #6D1FAA
Tints of Purple Heart #6D1FAA
RGB
CMYK
RGB Variations
Color information
#6D1FAA (or 0x6D1FAA) is known color: Purple Heart. HEX triplet: 6D, 1F and AA. RGB value is (109,31,170). Sum of RGB (Red+Green+Blue) = 109+31+170=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1FAA is #92E055. Grayscale: #454545. Windows color (decimal): -9625686 or 11149165. OLE color: 11149165.
HSL color Cylindrical-coordinate representation of color #6D1FAA: hue angle of 273.67º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1FAA is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 31 | 170 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.33 |
| HSL | 273.67º | 0.69% | 0.39% | - |
| HSV(B) | 273.67º | 0.82% | 0.67% | - |
| XYZ | 14.05 | 7.13 | 38.67 | - |
| YUV | 70.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 170 | 0.36 | 0.82 | 0 | 0.33 | 273.67 | 0.69 | 0.39 |
| Hex | 6D | 1F | AA | 24 | 52 | 0 | 21 | 112 | 45 | 27 |
| Octal | 155 | 37 | 252 | 44 | 122 | 0 | 41 | 422 | 105 | 47 |
| Binary | 1101101 | 11111 | 10101010 | 100100 | 1010010 | 0 | 100001 | 100010010 | 1000101 | 100111 |
Color Harmonies of #6D1FAA
Complementary color
Monochromatic Colors of #6D1FAA
Black with #6D1FAA
Text Example
Text Example
White with #6D1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1FAA; }
p { color: rgb(109,31,170); }
H1.HeaderClassName
{
color: #6D1FAA;
}
.AnyTagClassName
{
color: #6D1FAA;
}
</style>
background-color css
<style>
a { background-color: #6D1FAA; }
a { background-color: rgb(109,31,170); }
div.DivClassName
{
background-color: #6D1FAA;
}
.BgClassName
{
background-color: #6D1FAA;
}
</style>
border-color css
<style>
span { border-color: #6D1FAA; }
span { border-color: rgb(109,31,170); }
td.TdClassName
{
border-color: #6D1FAA;
}
.TagClassName
{
border-color: #6D1FAA;
}
</style>