Shades of Purple Heart #6F0CD5
Tints of Purple Heart #6F0CD5
RGB
CMYK
RGB Variations
Color information
#6F0CD5 (or 0x6F0CD5) is known color: Purple Heart. HEX triplet: 6F, 0C and D5. RGB value is (111,12,213). Sum of RGB (Red+Green+Blue) = 111+12+213=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 213 (83.59% from 255 or 63.39% from 336); Max value from RGB is 213 - color contains mainly: blue. Hex color #6F0CD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CD5 is #90F32A. Grayscale: #3F3F3F. Windows color (decimal): -9499435 or 13962351. OLE color: 13962351.
HSL color Cylindrical-coordinate representation of color #6F0CD5: hue angle of 269.55º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0CD5 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 12 | 213 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.16 |
| HSL | 269.55º | 0.89% | 0.44% | - |
| HSV(B) | 269.55º | 0.94% | 0.84% | - |
| XYZ | 18.7 | 8.45 | 63.6 | - |
| YUV | 64.52 | 211.8 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 213 | 0.48 | 0.94 | 0 | 0.16 | 269.55 | 0.89 | 0.44 |
| Hex | 6F | C | D5 | 30 | 5E | 0 | 10 | 10E | 59 | 2C |
| Octal | 157 | 14 | 325 | 60 | 136 | 0 | 20 | 416 | 131 | 54 |
| Binary | 1101111 | 1100 | 11010101 | 110000 | 1011110 | 0 | 10000 | 100001110 | 1011001 | 101100 |
Color Harmonies of #6F0CD5
Complementary color
Monochromatic Colors of #6F0CD5
Black with #6F0CD5
Text Example
Text Example
White with #6F0CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0CD5; }
p { color: rgb(111,12,213); }
H1.HeaderClassName
{
color: #6F0CD5;
}
.AnyTagClassName
{
color: #6F0CD5;
}
</style>
background-color css
<style>
a { background-color: #6F0CD5; }
a { background-color: rgb(111,12,213); }
div.DivClassName
{
background-color: #6F0CD5;
}
.BgClassName
{
background-color: #6F0CD5;
}
</style>
border-color css
<style>
span { border-color: #6F0CD5; }
span { border-color: rgb(111,12,213); }
td.TdClassName
{
border-color: #6F0CD5;
}
.TagClassName
{
border-color: #6F0CD5;
}
</style>