Shades of Purple Heart #6F24BE
Tints of Purple Heart #6F24BE
RGB
CMYK
RGB Variations
Color information
#6F24BE (or 0x6F24BE) is known color: Purple Heart. HEX triplet: 6F, 24 and BE. RGB value is (111,36,190). Sum of RGB (Red+Green+Blue) = 111+36+190=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F24BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F24BE is #90DB41. Grayscale: #4B4B4B. Windows color (decimal): -9493314 or 12461167. OLE color: 12461167.
HSL color Cylindrical-coordinate representation of color #6F24BE: hue angle of 269.22º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F24BE is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 36 | 190 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.25 |
| HSL | 269.22º | 0.68% | 0.44% | - |
| HSV(B) | 269.22º | 0.81% | 0.75% | - |
| XYZ | 16.48 | 8.36 | 49.46 | - |
| YUV | 75.98 | 192.35 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 190 | 0.42 | 0.81 | 0 | 0.25 | 269.22 | 0.68 | 0.44 |
| Hex | 6F | 24 | BE | 2A | 51 | 0 | 19 | 10D | 44 | 2C |
| Octal | 157 | 44 | 276 | 52 | 121 | 0 | 31 | 415 | 104 | 54 |
| Binary | 1101111 | 100100 | 10111110 | 101010 | 1010001 | 0 | 11001 | 100001101 | 1000100 | 101100 |
Color Harmonies of #6F24BE
Complementary color
Monochromatic Colors of #6F24BE
Black with #6F24BE
Text Example
Text Example
White with #6F24BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F24BE; }
p { color: rgb(111,36,190); }
H1.HeaderClassName
{
color: #6F24BE;
}
.AnyTagClassName
{
color: #6F24BE;
}
</style>
background-color css
<style>
a { background-color: #6F24BE; }
a { background-color: rgb(111,36,190); }
div.DivClassName
{
background-color: #6F24BE;
}
.BgClassName
{
background-color: #6F24BE;
}
</style>
border-color css
<style>
span { border-color: #6F24BE; }
span { border-color: rgb(111,36,190); }
td.TdClassName
{
border-color: #6F24BE;
}
.TagClassName
{
border-color: #6F24BE;
}
</style>