Shades of Purple Heart #6B0BAD
Tints of Purple Heart #6B0BAD
RGB
CMYK
RGB Variations
Color information
#6B0BAD (or 0x6B0BAD) is known color: Purple Heart. HEX triplet: 6B, 0B and AD. RGB value is (107,11,173). Sum of RGB (Red+Green+Blue) = 107+11+173=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B0BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0BAD is #94F452. Grayscale: #393939. Windows color (decimal): -9761875 or 11340651. OLE color: 11340651.
HSL color Cylindrical-coordinate representation of color #6B0BAD: hue angle of 275.56º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0BAD is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 11 | 173 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.32 |
| HSL | 275.56º | 0.88% | 0.36% | - |
| HSV(B) | 275.56º | 0.94% | 0.68% | - |
| XYZ | 13.73 | 6.38 | 40.04 | - |
| YUV | 58.17 | 192.8 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 173 | 0.38 | 0.94 | 0 | 0.32 | 275.56 | 0.88 | 0.36 |
| Hex | 6B | B | AD | 26 | 5E | 0 | 20 | 114 | 58 | 24 |
| Octal | 153 | 13 | 255 | 46 | 136 | 0 | 40 | 424 | 130 | 44 |
| Binary | 1101011 | 1011 | 10101101 | 100110 | 1011110 | 0 | 100000 | 100010100 | 1011000 | 100100 |
Color Harmonies of #6B0BAD
Complementary color
Monochromatic Colors of #6B0BAD
Black with #6B0BAD
Text Example
Text Example
White with #6B0BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0BAD; }
p { color: rgb(107,11,173); }
H1.HeaderClassName
{
color: #6B0BAD;
}
.AnyTagClassName
{
color: #6B0BAD;
}
</style>
background-color css
<style>
a { background-color: #6B0BAD; }
a { background-color: rgb(107,11,173); }
div.DivClassName
{
background-color: #6B0BAD;
}
.BgClassName
{
background-color: #6B0BAD;
}
</style>
border-color css
<style>
span { border-color: #6B0BAD; }
span { border-color: rgb(107,11,173); }
td.TdClassName
{
border-color: #6B0BAD;
}
.TagClassName
{
border-color: #6B0BAD;
}
</style>