Shades of Purple Heart #6F43CC
Tints of Purple Heart #6F43CC
RGB
CMYK
RGB Variations
Color information
#6F43CC (or 0x6F43CC) is known color: Purple Heart. HEX triplet: 6F, 43 and CC. RGB value is (111,67,204). Sum of RGB (Red+Green+Blue) = 111+67+204=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F43CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F43CC is #90BC33. Grayscale: #5F5F5F. Windows color (decimal): -9485364 or 13386607. OLE color: 13386607.
HSL color Cylindrical-coordinate representation of color #6F43CC: hue angle of 259.27º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F43CC is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 67 | 204 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.2 |
| HSL | 259.27º | 0.57% | 0.53% | - |
| HSV(B) | 259.27º | 0.67% | 0.8% | - |
| XYZ | 19.46 | 11.75 | 58.37 | - |
| YUV | 95.77 | 189.08 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 204 | 0.46 | 0.67 | 0 | 0.2 | 259.27 | 0.57 | 0.53 |
| Hex | 6F | 43 | CC | 2E | 43 | 0 | 14 | 103 | 39 | 35 |
| Octal | 157 | 103 | 314 | 56 | 103 | 0 | 24 | 403 | 71 | 65 |
| Binary | 1101111 | 1000011 | 11001100 | 101110 | 1000011 | 0 | 10100 | 100000011 | 111001 | 110101 |
Color Harmonies of #6F43CC
Complementary color
Monochromatic Colors of #6F43CC
Black with #6F43CC
Text Example
Text Example
White with #6F43CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F43CC; }
p { color: rgb(111,67,204); }
H1.HeaderClassName
{
color: #6F43CC;
}
.AnyTagClassName
{
color: #6F43CC;
}
</style>
background-color css
<style>
a { background-color: #6F43CC; }
a { background-color: rgb(111,67,204); }
div.DivClassName
{
background-color: #6F43CC;
}
.BgClassName
{
background-color: #6F43CC;
}
</style>
border-color css
<style>
span { border-color: #6F43CC; }
span { border-color: rgb(111,67,204); }
td.TdClassName
{
border-color: #6F43CC;
}
.TagClassName
{
border-color: #6F43CC;
}
</style>