Shades of Purple Heart #6F3EDD
Tints of Purple Heart #6F3EDD
RGB
CMYK
RGB Variations
Color information
#6F3EDD (or 0x6F3EDD) is known color: Purple Heart. HEX triplet: 6F, 3E and DD. RGB value is (111,62,221). Sum of RGB (Red+Green+Blue) = 111+62+221=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F3EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3EDD is #90C122. Grayscale: #5E5E5E. Windows color (decimal): -9486627 or 14499439. OLE color: 14499439.
HSL color Cylindrical-coordinate representation of color #6F3EDD: hue angle of 258.49º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F3EDD is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 62 | 221 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.13 |
| HSL | 258.49º | 0.7% | 0.55% | - |
| HSV(B) | 258.49º | 0.72% | 0.87% | - |
| XYZ | 21.33 | 12.05 | 69.61 | - |
| YUV | 94.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 221 | 0.50 | 0.72 | 0 | 0.13 | 258.49 | 0.7 | 0.55 |
| Hex | 6F | 3E | DD | 32 | 48 | 0 | D | 102 | 46 | 37 |
| Octal | 157 | 76 | 335 | 62 | 110 | 0 | 15 | 402 | 106 | 67 |
| Binary | 1101111 | 111110 | 11011101 | 110010 | 1001000 | 0 | 1101 | 100000010 | 1000110 | 110111 |
Color Harmonies of #6F3EDD
Complementary color
Monochromatic Colors of #6F3EDD
Black with #6F3EDD
Text Example
Text Example
White with #6F3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3EDD; }
p { color: rgb(111,62,221); }
H1.HeaderClassName
{
color: #6F3EDD;
}
.AnyTagClassName
{
color: #6F3EDD;
}
</style>
background-color css
<style>
a { background-color: #6F3EDD; }
a { background-color: rgb(111,62,221); }
div.DivClassName
{
background-color: #6F3EDD;
}
.BgClassName
{
background-color: #6F3EDD;
}
</style>
border-color css
<style>
span { border-color: #6F3EDD; }
span { border-color: rgb(111,62,221); }
td.TdClassName
{
border-color: #6F3EDD;
}
.TagClassName
{
border-color: #6F3EDD;
}
</style>