Shades of Purple Heart #6B0AB1
Tints of Purple Heart #6B0AB1
RGB
CMYK
RGB Variations
Color information
#6B0AB1 (or 0x6B0AB1) is known color: Purple Heart. HEX triplet: 6B, 0A and B1. RGB value is (107,10,177). Sum of RGB (Red+Green+Blue) = 107+10+177=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B0AB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0AB1 is #94F54E. Grayscale: #393939. Windows color (decimal): -9762127 or 11602539. OLE color: 11602539.
HSL color Cylindrical-coordinate representation of color #6B0AB1: hue angle of 274.85º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0AB1 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 10 | 177 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.31 |
| HSL | 274.85º | 0.89% | 0.37% | - |
| HSV(B) | 274.85º | 0.94% | 0.69% | - |
| XYZ | 14.11 | 6.52 | 42.11 | - |
| YUV | 58.04 | 195.14 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 10 | 177 | 0.40 | 0.94 | 0 | 0.31 | 274.85 | 0.89 | 0.37 |
| Hex | 6B | A | B1 | 28 | 5E | 0 | 1F | 113 | 59 | 25 |
| Octal | 153 | 12 | 261 | 50 | 136 | 0 | 37 | 423 | 131 | 45 |
| Binary | 1101011 | 1010 | 10110001 | 101000 | 1011110 | 0 | 11111 | 100010011 | 1011001 | 100101 |
Color Harmonies of #6B0AB1
Complementary color
Monochromatic Colors of #6B0AB1
Black with #6B0AB1
Text Example
Text Example
White with #6B0AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0AB1; }
p { color: rgb(107,10,177); }
H1.HeaderClassName
{
color: #6B0AB1;
}
.AnyTagClassName
{
color: #6B0AB1;
}
</style>
background-color css
<style>
a { background-color: #6B0AB1; }
a { background-color: rgb(107,10,177); }
div.DivClassName
{
background-color: #6B0AB1;
}
.BgClassName
{
background-color: #6B0AB1;
}
</style>
border-color css
<style>
span { border-color: #6B0AB1; }
span { border-color: rgb(107,10,177); }
td.TdClassName
{
border-color: #6B0AB1;
}
.TagClassName
{
border-color: #6B0AB1;
}
</style>