Shades of Purple Heart #6F03AD
Tints of Purple Heart #6F03AD
RGB
CMYK
RGB Variations
Color information
#6F03AD (or 0x6F03AD) is known color: Purple Heart. HEX triplet: 6F, 03 and AD. RGB value is (111,3,173). Sum of RGB (Red+Green+Blue) = 111+3+173=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 3 (1.56% from 255 or 1.05% 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 #6F03AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F03AD is #90FC52. Grayscale: #363636. Windows color (decimal): -9501779 or 11338607. OLE color: 11338607.
HSL color Cylindrical-coordinate representation of color #6F03AD: hue angle of 278.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F03AD is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 3 | 173 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.32 |
| HSL | 278.12º | 0.97% | 0.35% | - |
| HSV(B) | 278.12º | 0.98% | 0.68% | - |
| XYZ | 14.13 | 6.46 | 40.04 | - |
| YUV | 54.67 | 194.78 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 173 | 0.36 | 0.98 | 0 | 0.32 | 278.12 | 0.97 | 0.35 |
| Hex | 6F | 3 | AD | 24 | 62 | 0 | 20 | 116 | 61 | 23 |
| Octal | 157 | 3 | 255 | 44 | 142 | 0 | 40 | 426 | 141 | 43 |
| Binary | 1101111 | 11 | 10101101 | 100100 | 1100010 | 0 | 100000 | 100010110 | 1100001 | 100011 |
Color Harmonies of #6F03AD
Complementary color
Monochromatic Colors of #6F03AD
Black with #6F03AD
Text Example
Text Example
White with #6F03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F03AD; }
p { color: rgb(111,3,173); }
H1.HeaderClassName
{
color: #6F03AD;
}
.AnyTagClassName
{
color: #6F03AD;
}
</style>
background-color css
<style>
a { background-color: #6F03AD; }
a { background-color: rgb(111,3,173); }
div.DivClassName
{
background-color: #6F03AD;
}
.BgClassName
{
background-color: #6F03AD;
}
</style>
border-color css
<style>
span { border-color: #6F03AD; }
span { border-color: rgb(111,3,173); }
td.TdClassName
{
border-color: #6F03AD;
}
.TagClassName
{
border-color: #6F03AD;
}
</style>