Shades of Purple Heart #6F2EDD
Tints of Purple Heart #6F2EDD
RGB
CMYK
RGB Variations
Color information
#6F2EDD (or 0x6F2EDD) is known color: Purple Heart. HEX triplet: 6F, 2E and DD. RGB value is (111,46,221). Sum of RGB (Red+Green+Blue) = 111+46+221=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F2EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2EDD is #90D122. Grayscale: #545454. Windows color (decimal): -9490723 or 14495343. OLE color: 14495343.
HSL color Cylindrical-coordinate representation of color #6F2EDD: hue angle of 262.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F2EDD is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 46 | 221 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.13 |
| HSL | 262.29º | 0.72% | 0.52% | - |
| HSV(B) | 262.29º | 0.79% | 0.87% | - |
| XYZ | 20.58 | 10.55 | 69.36 | - |
| YUV | 85.39 | 204.53 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 221 | 0.50 | 0.79 | 0 | 0.13 | 262.29 | 0.72 | 0.52 |
| Hex | 6F | 2E | DD | 32 | 4F | 0 | D | 106 | 48 | 34 |
| Octal | 157 | 56 | 335 | 62 | 117 | 0 | 15 | 406 | 110 | 64 |
| Binary | 1101111 | 101110 | 11011101 | 110010 | 1001111 | 0 | 1101 | 100000110 | 1001000 | 110100 |
Color Harmonies of #6F2EDD
Complementary color
Monochromatic Colors of #6F2EDD
Black with #6F2EDD
Text Example
Text Example
White with #6F2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2EDD; }
p { color: rgb(111,46,221); }
H1.HeaderClassName
{
color: #6F2EDD;
}
.AnyTagClassName
{
color: #6F2EDD;
}
</style>
background-color css
<style>
a { background-color: #6F2EDD; }
a { background-color: rgb(111,46,221); }
div.DivClassName
{
background-color: #6F2EDD;
}
.BgClassName
{
background-color: #6F2EDD;
}
</style>
border-color css
<style>
span { border-color: #6F2EDD; }
span { border-color: rgb(111,46,221); }
td.TdClassName
{
border-color: #6F2EDD;
}
.TagClassName
{
border-color: #6F2EDD;
}
</style>