Shades of Purple Heart #6B24C9
Tints of Purple Heart #6B24C9
RGB
CMYK
RGB Variations
Color information
#6B24C9 (or 0x6B24C9) is known color: Purple Heart. HEX triplet: 6B, 24 and C9. RGB value is (107,36,201). Sum of RGB (Red+Green+Blue) = 107+36+201=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #6B24C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B24C9 is #94DB36. Grayscale: #4B4B4B. Windows color (decimal): -9755447 or 13182059. OLE color: 13182059.
HSL color Cylindrical-coordinate representation of color #6B24C9: hue angle of 265.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B24C9 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 36 | 201 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.21 |
| HSL | 265.82º | 0.7% | 0.46% | - |
| HSV(B) | 265.82º | 0.82% | 0.79% | - |
| XYZ | 17.24 | 8.6 | 56.01 | - |
| YUV | 76.04 | 198.52 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 201 | 0.47 | 0.82 | 0 | 0.21 | 265.82 | 0.7 | 0.46 |
| Hex | 6B | 24 | C9 | 2F | 52 | 0 | 15 | 10A | 46 | 2E |
| Octal | 153 | 44 | 311 | 57 | 122 | 0 | 25 | 412 | 106 | 56 |
| Binary | 1101011 | 100100 | 11001001 | 101111 | 1010010 | 0 | 10101 | 100001010 | 1000110 | 101110 |
Color Harmonies of #6B24C9
Complementary color
Monochromatic Colors of #6B24C9
Black with #6B24C9
Text Example
Text Example
White with #6B24C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B24C9; }
p { color: rgb(107,36,201); }
H1.HeaderClassName
{
color: #6B24C9;
}
.AnyTagClassName
{
color: #6B24C9;
}
</style>
background-color css
<style>
a { background-color: #6B24C9; }
a { background-color: rgb(107,36,201); }
div.DivClassName
{
background-color: #6B24C9;
}
.BgClassName
{
background-color: #6B24C9;
}
</style>
border-color css
<style>
span { border-color: #6B24C9; }
span { border-color: rgb(107,36,201); }
td.TdClassName
{
border-color: #6B24C9;
}
.TagClassName
{
border-color: #6B24C9;
}
</style>