Shades of Purple Heart #6B24DD
Tints of Purple Heart #6B24DD
RGB
CMYK
RGB Variations
Color information
#6B24DD (or 0x6B24DD) is known color: Purple Heart. HEX triplet: 6B, 24 and DD. RGB value is (107,36,221). Sum of RGB (Red+Green+Blue) = 107+36+221=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B24DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B24DD is #94DB22. Grayscale: #4D4D4D. Windows color (decimal): -9755427 or 14492779. OLE color: 14492779.
HSL color Cylindrical-coordinate representation of color #6B24DD: hue angle of 263.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B24DD is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 36 | 221 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.13 |
| HSL | 263.03º | 0.73% | 0.5% | - |
| HSV(B) | 263.03º | 0.84% | 0.87% | - |
| XYZ | 19.75 | 9.61 | 69.22 | - |
| YUV | 78.32 | 208.52 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 221 | 0.52 | 0.84 | 0 | 0.13 | 263.03 | 0.73 | 0.5 |
| Hex | 6B | 24 | DD | 34 | 54 | 0 | D | 107 | 49 | 32 |
| Octal | 153 | 44 | 335 | 64 | 124 | 0 | 15 | 407 | 111 | 62 |
| Binary | 1101011 | 100100 | 11011101 | 110100 | 1010100 | 0 | 1101 | 100000111 | 1001001 | 110010 |
Color Harmonies of #6B24DD
Complementary color
Monochromatic Colors of #6B24DD
Black with #6B24DD
Text Example
Text Example
White with #6B24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B24DD; }
p { color: rgb(107,36,221); }
H1.HeaderClassName
{
color: #6B24DD;
}
.AnyTagClassName
{
color: #6B24DD;
}
</style>
background-color css
<style>
a { background-color: #6B24DD; }
a { background-color: rgb(107,36,221); }
div.DivClassName
{
background-color: #6B24DD;
}
.BgClassName
{
background-color: #6B24DD;
}
</style>
border-color css
<style>
span { border-color: #6B24DD; }
span { border-color: rgb(107,36,221); }
td.TdClassName
{
border-color: #6B24DD;
}
.TagClassName
{
border-color: #6B24DD;
}
</style>