Shades of Purple Heart #6F24BA
Tints of Purple Heart #6F24BA
RGB
CMYK
RGB Variations
Color information
#6F24BA (or 0x6F24BA) is known color: Purple Heart. HEX triplet: 6F, 24 and BA. RGB value is (111,36,186). Sum of RGB (Red+Green+Blue) = 111+36+186=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F24BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F24BA is #90DB45. Grayscale: #4B4B4B. Windows color (decimal): -9493318 or 12199023. OLE color: 12199023.
HSL color Cylindrical-coordinate representation of color #6F24BA: hue angle of 270º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F24BA is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 36 | 186 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.27 |
| HSL | 270º | 0.68% | 0.44% | - |
| HSV(B) | 270º | 0.81% | 0.73% | - |
| XYZ | 16.05 | 8.19 | 47.19 | - |
| YUV | 75.53 | 190.35 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 186 | 0.40 | 0.81 | 0 | 0.27 | 270 | 0.68 | 0.44 |
| Hex | 6F | 24 | BA | 28 | 51 | 0 | 1B | 10E | 44 | 2C |
| Octal | 157 | 44 | 272 | 50 | 121 | 0 | 33 | 416 | 104 | 54 |
| Binary | 1101111 | 100100 | 10111010 | 101000 | 1010001 | 0 | 11011 | 100001110 | 1000100 | 101100 |
Color Harmonies of #6F24BA
Complementary color
Monochromatic Colors of #6F24BA
Black with #6F24BA
Text Example
Text Example
White with #6F24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F24BA; }
p { color: rgb(111,36,186); }
H1.HeaderClassName
{
color: #6F24BA;
}
.AnyTagClassName
{
color: #6F24BA;
}
</style>
background-color css
<style>
a { background-color: #6F24BA; }
a { background-color: rgb(111,36,186); }
div.DivClassName
{
background-color: #6F24BA;
}
.BgClassName
{
background-color: #6F24BA;
}
</style>
border-color css
<style>
span { border-color: #6F24BA; }
span { border-color: rgb(111,36,186); }
td.TdClassName
{
border-color: #6F24BA;
}
.TagClassName
{
border-color: #6F24BA;
}
</style>