Shades of Purple Heart #6B0DAB
Tints of Purple Heart #6B0DAB
RGB
CMYK
RGB Variations
Color information
#6B0DAB (or 0x6B0DAB) is known color: Purple Heart. HEX triplet: 6B, 0D and AB. RGB value is (107,13,171). Sum of RGB (Red+Green+Blue) = 107+13+171=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B0DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0DAB is #94F254. Grayscale: #3A3A3A. Windows color (decimal): -9761365 or 11210091. OLE color: 11210091.
HSL color Cylindrical-coordinate representation of color #6B0DAB: hue angle of 275.7º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B0DAB is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 13 | 171 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.33 |
| HSL | 275.7º | 0.86% | 0.36% | - |
| HSV(B) | 275.7º | 0.92% | 0.67% | - |
| XYZ | 13.56 | 6.35 | 39.04 | - |
| YUV | 59.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 171 | 0.37 | 0.92 | 0 | 0.33 | 275.7 | 0.86 | 0.36 |
| Hex | 6B | D | AB | 25 | 5C | 0 | 21 | 114 | 56 | 24 |
| Octal | 153 | 15 | 253 | 45 | 134 | 0 | 41 | 424 | 126 | 44 |
| Binary | 1101011 | 1101 | 10101011 | 100101 | 1011100 | 0 | 100001 | 100010100 | 1010110 | 100100 |
Color Harmonies of #6B0DAB
Complementary color
Monochromatic Colors of #6B0DAB
Black with #6B0DAB
Text Example
Text Example
White with #6B0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0DAB; }
p { color: rgb(107,13,171); }
H1.HeaderClassName
{
color: #6B0DAB;
}
.AnyTagClassName
{
color: #6B0DAB;
}
</style>
background-color css
<style>
a { background-color: #6B0DAB; }
a { background-color: rgb(107,13,171); }
div.DivClassName
{
background-color: #6B0DAB;
}
.BgClassName
{
background-color: #6B0DAB;
}
</style>
border-color css
<style>
span { border-color: #6B0DAB; }
span { border-color: rgb(107,13,171); }
td.TdClassName
{
border-color: #6B0DAB;
}
.TagClassName
{
border-color: #6B0DAB;
}
</style>