Shades of Purple Heart #6F28AD
Tints of Purple Heart #6F28AD
RGB
CMYK
RGB Variations
Color information
#6F28AD (or 0x6F28AD) is known color: Purple Heart. HEX triplet: 6F, 28 and AD. RGB value is (111,40,173). Sum of RGB (Red+Green+Blue) = 111+40+173=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F28AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F28AD is #90D752. Grayscale: #4B4B4B. Windows color (decimal): -9492307 or 11348079. OLE color: 11348079.
HSL color Cylindrical-coordinate representation of color #6F28AD: hue angle of 272.03º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F28AD is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 40 | 173 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.32 |
| HSL | 272.03º | 0.62% | 0.42% | - |
| HSV(B) | 272.03º | 0.77% | 0.68% | - |
| XYZ | 14.86 | 7.91 | 40.28 | - |
| YUV | 76.39 | 182.52 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 173 | 0.36 | 0.77 | 0 | 0.32 | 272.03 | 0.62 | 0.42 |
| Hex | 6F | 28 | AD | 24 | 4D | 0 | 20 | 110 | 3E | 2A |
| Octal | 157 | 50 | 255 | 44 | 115 | 0 | 40 | 420 | 76 | 52 |
| Binary | 1101111 | 101000 | 10101101 | 100100 | 1001101 | 0 | 100000 | 100010000 | 111110 | 101010 |
Color Harmonies of #6F28AD
Complementary color
Monochromatic Colors of #6F28AD
Black with #6F28AD
Text Example
Text Example
White with #6F28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F28AD; }
p { color: rgb(111,40,173); }
H1.HeaderClassName
{
color: #6F28AD;
}
.AnyTagClassName
{
color: #6F28AD;
}
</style>
background-color css
<style>
a { background-color: #6F28AD; }
a { background-color: rgb(111,40,173); }
div.DivClassName
{
background-color: #6F28AD;
}
.BgClassName
{
background-color: #6F28AD;
}
</style>
border-color css
<style>
span { border-color: #6F28AD; }
span { border-color: rgb(111,40,173); }
td.TdClassName
{
border-color: #6F28AD;
}
.TagClassName
{
border-color: #6F28AD;
}
</style>