Shades of Purple Heart #6F1EC9
Tints of Purple Heart #6F1EC9
RGB
CMYK
RGB Variations
Color information
#6F1EC9 (or 0x6F1EC9) is known color: Purple Heart. HEX triplet: 6F, 1E and C9. RGB value is (111,30,201). Sum of RGB (Red+Green+Blue) = 111+30+201=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #6F1EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1EC9 is #90E136. Grayscale: #494949. Windows color (decimal): -9494839 or 13180527. OLE color: 13180527.
HSL color Cylindrical-coordinate representation of color #6F1EC9: hue angle of 268.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1EC9 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 30 | 201 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.21 |
| HSL | 268.42º | 0.74% | 0.45% | - |
| HSV(B) | 268.42º | 0.85% | 0.79% | - |
| XYZ | 17.56 | 8.53 | 55.98 | - |
| YUV | 73.71 | 199.84 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 201 | 0.45 | 0.85 | 0 | 0.21 | 268.42 | 0.74 | 0.45 |
| Hex | 6F | 1E | C9 | 2D | 55 | 0 | 15 | 10C | 4A | 2D |
| Octal | 157 | 36 | 311 | 55 | 125 | 0 | 25 | 414 | 112 | 55 |
| Binary | 1101111 | 11110 | 11001001 | 101101 | 1010101 | 0 | 10101 | 100001100 | 1001010 | 101101 |
Color Harmonies of #6F1EC9
Complementary color
Monochromatic Colors of #6F1EC9
Black with #6F1EC9
Text Example
Text Example
White with #6F1EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1EC9; }
p { color: rgb(111,30,201); }
H1.HeaderClassName
{
color: #6F1EC9;
}
.AnyTagClassName
{
color: #6F1EC9;
}
</style>
background-color css
<style>
a { background-color: #6F1EC9; }
a { background-color: rgb(111,30,201); }
div.DivClassName
{
background-color: #6F1EC9;
}
.BgClassName
{
background-color: #6F1EC9;
}
</style>
border-color css
<style>
span { border-color: #6F1EC9; }
span { border-color: rgb(111,30,201); }
td.TdClassName
{
border-color: #6F1EC9;
}
.TagClassName
{
border-color: #6F1EC9;
}
</style>