Shades of Purple Heart #6F24BC
Tints of Purple Heart #6F24BC
RGB
CMYK
RGB Variations
Color information
#6F24BC (or 0x6F24BC) is known color: Purple Heart. HEX triplet: 6F, 24 and BC. RGB value is (111,36,188). Sum of RGB (Red+Green+Blue) = 111+36+188=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F24BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F24BC is #90DB43. Grayscale: #4B4B4B. Windows color (decimal): -9493316 or 12330095. OLE color: 12330095.
HSL color Cylindrical-coordinate representation of color #6F24BC: hue angle of 269.61º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F24BC is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 36 | 188 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.26 |
| HSL | 269.61º | 0.68% | 0.44% | - |
| HSV(B) | 269.61º | 0.81% | 0.74% | - |
| XYZ | 16.26 | 8.27 | 48.32 | - |
| YUV | 75.75 | 191.35 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 188 | 0.41 | 0.81 | 0 | 0.26 | 269.61 | 0.68 | 0.44 |
| Hex | 6F | 24 | BC | 29 | 51 | 0 | 1A | 10E | 44 | 2C |
| Octal | 157 | 44 | 274 | 51 | 121 | 0 | 32 | 416 | 104 | 54 |
| Binary | 1101111 | 100100 | 10111100 | 101001 | 1010001 | 0 | 11010 | 100001110 | 1000100 | 101100 |
Color Harmonies of #6F24BC
Complementary color
Monochromatic Colors of #6F24BC
Black with #6F24BC
Text Example
Text Example
White with #6F24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F24BC; }
p { color: rgb(111,36,188); }
H1.HeaderClassName
{
color: #6F24BC;
}
.AnyTagClassName
{
color: #6F24BC;
}
</style>
background-color css
<style>
a { background-color: #6F24BC; }
a { background-color: rgb(111,36,188); }
div.DivClassName
{
background-color: #6F24BC;
}
.BgClassName
{
background-color: #6F24BC;
}
</style>
border-color css
<style>
span { border-color: #6F24BC; }
span { border-color: rgb(111,36,188); }
td.TdClassName
{
border-color: #6F24BC;
}
.TagClassName
{
border-color: #6F24BC;
}
</style>