Shades of Purple Heart #6B24B0
Tints of Purple Heart #6B24B0
RGB
CMYK
RGB Variations
Color information
#6B24B0 (or 0x6B24B0) is known color: Purple Heart. HEX triplet: 6B, 24 and B0. RGB value is (107,36,176). Sum of RGB (Red+Green+Blue) = 107+36+176=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 176 (69.14% from 255 or 55.17% from 319); Max value from RGB is 176 - color contains mainly: blue. Hex color #6B24B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B24B0 is #94DB4F. Grayscale: #484848. Windows color (decimal): -9755472 or 11543659. OLE color: 11543659.
HSL color Cylindrical-coordinate representation of color #6B24B0: hue angle of 270.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B24B0 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 36 | 176 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.31 |
| HSL | 270.43º | 0.66% | 0.42% | - |
| HSV(B) | 270.43º | 0.8% | 0.69% | - |
| XYZ | 14.53 | 7.52 | 41.76 | - |
| YUV | 73.19 | 186.02 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 176 | 0.39 | 0.80 | 0 | 0.31 | 270.43 | 0.66 | 0.42 |
| Hex | 6B | 24 | B0 | 27 | 50 | 0 | 1F | 10E | 42 | 2A |
| Octal | 153 | 44 | 260 | 47 | 120 | 0 | 37 | 416 | 102 | 52 |
| Binary | 1101011 | 100100 | 10110000 | 100111 | 1010000 | 0 | 11111 | 100001110 | 1000010 | 101010 |
Color Harmonies of #6B24B0
Complementary color
Monochromatic Colors of #6B24B0
Black with #6B24B0
Text Example
Text Example
White with #6B24B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B24B0; }
p { color: rgb(107,36,176); }
H1.HeaderClassName
{
color: #6B24B0;
}
.AnyTagClassName
{
color: #6B24B0;
}
</style>
background-color css
<style>
a { background-color: #6B24B0; }
a { background-color: rgb(107,36,176); }
div.DivClassName
{
background-color: #6B24B0;
}
.BgClassName
{
background-color: #6B24B0;
}
</style>
border-color css
<style>
span { border-color: #6B24B0; }
span { border-color: rgb(107,36,176); }
td.TdClassName
{
border-color: #6B24B0;
}
.TagClassName
{
border-color: #6B24B0;
}
</style>