Shades of Purple Heart #6F3ECF
Tints of Purple Heart #6F3ECF
RGB
CMYK
RGB Variations
Color information
#6F3ECF (or 0x6F3ECF) is known color: Purple Heart. HEX triplet: 6F, 3E and CF. RGB value is (111,62,207). Sum of RGB (Red+Green+Blue) = 111+62+207=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F3ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3ECF is #90C130. Grayscale: #5C5C5C. Windows color (decimal): -9486641 or 13581935. OLE color: 13581935.
HSL color Cylindrical-coordinate representation of color #6F3ECF: hue angle of 260.28º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F3ECF is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 62 | 207 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.19 |
| HSL | 260.28º | 0.6% | 0.53% | - |
| HSV(B) | 260.28º | 0.7% | 0.81% | - |
| XYZ | 19.54 | 11.33 | 60.19 | - |
| YUV | 93.18 | 192.23 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 207 | 0.46 | 0.70 | 0 | 0.19 | 260.28 | 0.6 | 0.53 |
| Hex | 6F | 3E | CF | 2E | 46 | 0 | 13 | 104 | 3C | 35 |
| Octal | 157 | 76 | 317 | 56 | 106 | 0 | 23 | 404 | 74 | 65 |
| Binary | 1101111 | 111110 | 11001111 | 101110 | 1000110 | 0 | 10011 | 100000100 | 111100 | 110101 |
Color Harmonies of #6F3ECF
Complementary color
Monochromatic Colors of #6F3ECF
Black with #6F3ECF
Text Example
Text Example
White with #6F3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3ECF; }
p { color: rgb(111,62,207); }
H1.HeaderClassName
{
color: #6F3ECF;
}
.AnyTagClassName
{
color: #6F3ECF;
}
</style>
background-color css
<style>
a { background-color: #6F3ECF; }
a { background-color: rgb(111,62,207); }
div.DivClassName
{
background-color: #6F3ECF;
}
.BgClassName
{
background-color: #6F3ECF;
}
</style>
border-color css
<style>
span { border-color: #6F3ECF; }
span { border-color: rgb(111,62,207); }
td.TdClassName
{
border-color: #6F3ECF;
}
.TagClassName
{
border-color: #6F3ECF;
}
</style>