Shades of Purple Heart #6B24BE
Tints of Purple Heart #6B24BE
RGB
CMYK
RGB Variations
Color information
#6B24BE (or 0x6B24BE) is known color: Purple Heart. HEX triplet: 6B, 24 and BE. RGB value is (107,36,190). Sum of RGB (Red+Green+Blue) = 107+36+190=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B24BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B24BE is #94DB41. Grayscale: #4A4A4A. Windows color (decimal): -9755458 or 12461163. OLE color: 12461163.
HSL color Cylindrical-coordinate representation of color #6B24BE: hue angle of 267.66º 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 #6B24BE is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 36 | 190 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.25 |
| HSL | 267.66º | 0.68% | 0.44% | - |
| HSV(B) | 267.66º | 0.81% | 0.75% | - |
| XYZ | 15.99 | 8.11 | 49.44 | - |
| YUV | 74.79 | 193.02 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 190 | 0.44 | 0.81 | 0 | 0.25 | 267.66 | 0.68 | 0.44 |
| Hex | 6B | 24 | BE | 2C | 51 | 0 | 19 | 10C | 44 | 2C |
| Octal | 153 | 44 | 276 | 54 | 121 | 0 | 31 | 414 | 104 | 54 |
| Binary | 1101011 | 100100 | 10111110 | 101100 | 1010001 | 0 | 11001 | 100001100 | 1000100 | 101100 |
Color Harmonies of #6B24BE
Complementary color
Monochromatic Colors of #6B24BE
Black with #6B24BE
Text Example
Text Example
White with #6B24BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B24BE; }
p { color: rgb(107,36,190); }
H1.HeaderClassName
{
color: #6B24BE;
}
.AnyTagClassName
{
color: #6B24BE;
}
</style>
background-color css
<style>
a { background-color: #6B24BE; }
a { background-color: rgb(107,36,190); }
div.DivClassName
{
background-color: #6B24BE;
}
.BgClassName
{
background-color: #6B24BE;
}
</style>
border-color css
<style>
span { border-color: #6B24BE; }
span { border-color: rgb(107,36,190); }
td.TdClassName
{
border-color: #6B24BE;
}
.TagClassName
{
border-color: #6B24BE;
}
</style>