Shades of Purple Heart #6F28BC
Tints of Purple Heart #6F28BC
RGB
CMYK
RGB Variations
Color information
#6F28BC (or 0x6F28BC) is known color: Purple Heart. HEX triplet: 6F, 28 and BC. RGB value is (111,40,188). Sum of RGB (Red+Green+Blue) = 111+40+188=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F28BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F28BC is #90D743. Grayscale: #4D4D4D. Windows color (decimal): -9492292 or 12331119. OLE color: 12331119.
HSL color Cylindrical-coordinate representation of color #6F28BC: hue angle of 268.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F28BC is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 40 | 188 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.26 |
| HSL | 268.78º | 0.65% | 0.45% | - |
| HSV(B) | 268.78º | 0.79% | 0.74% | - |
| XYZ | 16.39 | 8.53 | 48.36 | - |
| YUV | 78.1 | 190.02 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 188 | 0.41 | 0.79 | 0 | 0.26 | 268.78 | 0.65 | 0.45 |
| Hex | 6F | 28 | BC | 29 | 4F | 0 | 1A | 10D | 41 | 2D |
| Octal | 157 | 50 | 274 | 51 | 117 | 0 | 32 | 415 | 101 | 55 |
| Binary | 1101111 | 101000 | 10111100 | 101001 | 1001111 | 0 | 11010 | 100001101 | 1000001 | 101101 |
Color Harmonies of #6F28BC
Complementary color
Monochromatic Colors of #6F28BC
Black with #6F28BC
Text Example
Text Example
White with #6F28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F28BC; }
p { color: rgb(111,40,188); }
H1.HeaderClassName
{
color: #6F28BC;
}
.AnyTagClassName
{
color: #6F28BC;
}
</style>
background-color css
<style>
a { background-color: #6F28BC; }
a { background-color: rgb(111,40,188); }
div.DivClassName
{
background-color: #6F28BC;
}
.BgClassName
{
background-color: #6F28BC;
}
</style>
border-color css
<style>
span { border-color: #6F28BC; }
span { border-color: rgb(111,40,188); }
td.TdClassName
{
border-color: #6F28BC;
}
.TagClassName
{
border-color: #6F28BC;
}
</style>