Shades of Purple Heart #6F43C1
Tints of Purple Heart #6F43C1
RGB
CMYK
RGB Variations
Color information
#6F43C1 (or 0x6F43C1) is known color: Purple Heart. HEX triplet: 6F, 43 and C1. RGB value is (111,67,193). Sum of RGB (Red+Green+Blue) = 111+67+193=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F43C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F43C1 is #90BC3E. Grayscale: #5E5E5E. Windows color (decimal): -9485375 or 12665711. OLE color: 12665711.
HSL color Cylindrical-coordinate representation of color #6F43C1: hue angle of 260.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F43C1 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 67 | 193 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.24 |
| HSL | 260.95º | 0.5% | 0.51% | - |
| HSV(B) | 260.95º | 0.65% | 0.76% | - |
| XYZ | 18.19 | 11.24 | 51.66 | - |
| YUV | 94.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 193 | 0.42 | 0.65 | 0 | 0.24 | 260.95 | 0.5 | 0.51 |
| Hex | 6F | 43 | C1 | 2A | 41 | 0 | 18 | 105 | 32 | 33 |
| Octal | 157 | 103 | 301 | 52 | 101 | 0 | 30 | 405 | 62 | 63 |
| Binary | 1101111 | 1000011 | 11000001 | 101010 | 1000001 | 0 | 11000 | 100000101 | 110010 | 110011 |
Color Harmonies of #6F43C1
Complementary color
Monochromatic Colors of #6F43C1
Black with #6F43C1
Text Example
Text Example
White with #6F43C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F43C1; }
p { color: rgb(111,67,193); }
H1.HeaderClassName
{
color: #6F43C1;
}
.AnyTagClassName
{
color: #6F43C1;
}
</style>
background-color css
<style>
a { background-color: #6F43C1; }
a { background-color: rgb(111,67,193); }
div.DivClassName
{
background-color: #6F43C1;
}
.BgClassName
{
background-color: #6F43C1;
}
</style>
border-color css
<style>
span { border-color: #6F43C1; }
span { border-color: rgb(111,67,193); }
td.TdClassName
{
border-color: #6F43C1;
}
.TagClassName
{
border-color: #6F43C1;
}
</style>