Shades of Purple Heart #6D1FAB
Tints of Purple Heart #6D1FAB
RGB
CMYK
RGB Variations
Color information
#6D1FAB (or 0x6D1FAB) is known color: Purple Heart. HEX triplet: 6D, 1F and AB. RGB value is (109,31,171). Sum of RGB (Red+Green+Blue) = 109+31+171=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D1FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1FAB is #92E054. Grayscale: #454545. Windows color (decimal): -9625685 or 11214701. OLE color: 11214701.
HSL color Cylindrical-coordinate representation of color #6D1FAB: hue angle of 273.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1FAB is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 31 | 171 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.33 |
| HSL | 273.43º | 0.69% | 0.4% | - |
| HSV(B) | 273.43º | 0.82% | 0.67% | - |
| XYZ | 14.15 | 7.17 | 39.17 | - |
| YUV | 70.28 | 184.84 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 171 | 0.36 | 0.82 | 0 | 0.33 | 273.43 | 0.69 | 0.4 |
| Hex | 6D | 1F | AB | 24 | 52 | 0 | 21 | 111 | 45 | 28 |
| Octal | 155 | 37 | 253 | 44 | 122 | 0 | 41 | 421 | 105 | 50 |
| Binary | 1101101 | 11111 | 10101011 | 100100 | 1010010 | 0 | 100001 | 100010001 | 1000101 | 101000 |
Color Harmonies of #6D1FAB
Complementary color
Monochromatic Colors of #6D1FAB
Black with #6D1FAB
Text Example
Text Example
White with #6D1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1FAB; }
p { color: rgb(109,31,171); }
H1.HeaderClassName
{
color: #6D1FAB;
}
.AnyTagClassName
{
color: #6D1FAB;
}
</style>
background-color css
<style>
a { background-color: #6D1FAB; }
a { background-color: rgb(109,31,171); }
div.DivClassName
{
background-color: #6D1FAB;
}
.BgClassName
{
background-color: #6D1FAB;
}
</style>
border-color css
<style>
span { border-color: #6D1FAB; }
span { border-color: rgb(109,31,171); }
td.TdClassName
{
border-color: #6D1FAB;
}
.TagClassName
{
border-color: #6D1FAB;
}
</style>