Shades of Purple Heart #6B24DA
Tints of Purple Heart #6B24DA
RGB
CMYK
RGB Variations
Color information
#6B24DA (or 0x6B24DA) is known color: Purple Heart. HEX triplet: 6B, 24 and DA. RGB value is (107,36,218). Sum of RGB (Red+Green+Blue) = 107+36+218=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B24DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B24DA is #94DB25. Grayscale: #4D4D4D. Windows color (decimal): -9755430 or 14296171. OLE color: 14296171.
HSL color Cylindrical-coordinate representation of color #6B24DA: hue angle of 263.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B24DA is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 36 | 218 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.15 |
| HSL | 263.41º | 0.72% | 0.5% | - |
| HSV(B) | 263.41º | 0.83% | 0.85% | - |
| XYZ | 19.35 | 9.45 | 67.13 | - |
| YUV | 77.98 | 207.02 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 218 | 0.51 | 0.83 | 0 | 0.15 | 263.41 | 0.72 | 0.5 |
| Hex | 6B | 24 | DA | 33 | 53 | 0 | F | 107 | 48 | 32 |
| Octal | 153 | 44 | 332 | 63 | 123 | 0 | 17 | 407 | 110 | 62 |
| Binary | 1101011 | 100100 | 11011010 | 110011 | 1010011 | 0 | 1111 | 100000111 | 1001000 | 110010 |
Color Harmonies of #6B24DA
Complementary color
Monochromatic Colors of #6B24DA
Black with #6B24DA
Text Example
Text Example
White with #6B24DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B24DA; }
p { color: rgb(107,36,218); }
H1.HeaderClassName
{
color: #6B24DA;
}
.AnyTagClassName
{
color: #6B24DA;
}
</style>
background-color css
<style>
a { background-color: #6B24DA; }
a { background-color: rgb(107,36,218); }
div.DivClassName
{
background-color: #6B24DA;
}
.BgClassName
{
background-color: #6B24DA;
}
</style>
border-color css
<style>
span { border-color: #6B24DA; }
span { border-color: rgb(107,36,218); }
td.TdClassName
{
border-color: #6B24DA;
}
.TagClassName
{
border-color: #6B24DA;
}
</style>