Shades of Purple Heart #6B10AA
Tints of Purple Heart #6B10AA
RGB
CMYK
RGB Variations
Color information
#6B10AA (or 0x6B10AA) is known color: Purple Heart. HEX triplet: 6B, 10 and AA. RGB value is (107,16,170). Sum of RGB (Red+Green+Blue) = 107+16+170=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B10AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B10AA is #94EF55. Grayscale: #3C3C3C. Windows color (decimal): -9760598 or 11145323. OLE color: 11145323.
HSL color Cylindrical-coordinate representation of color #6B10AA: hue angle of 275.45º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B10AA is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 16 | 170 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.33 |
| HSL | 275.45º | 0.83% | 0.36% | - |
| HSV(B) | 275.45º | 0.91% | 0.67% | - |
| XYZ | 13.5 | 6.4 | 38.55 | - |
| YUV | 60.77 | 189.65 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 170 | 0.37 | 0.91 | 0 | 0.33 | 275.45 | 0.83 | 0.36 |
| Hex | 6B | 10 | AA | 25 | 5B | 0 | 21 | 113 | 53 | 24 |
| Octal | 153 | 20 | 252 | 45 | 133 | 0 | 41 | 423 | 123 | 44 |
| Binary | 1101011 | 10000 | 10101010 | 100101 | 1011011 | 0 | 100001 | 100010011 | 1010011 | 100100 |
Color Harmonies of #6B10AA
Complementary color
Monochromatic Colors of #6B10AA
Black with #6B10AA
Text Example
Text Example
White with #6B10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B10AA; }
p { color: rgb(107,16,170); }
H1.HeaderClassName
{
color: #6B10AA;
}
.AnyTagClassName
{
color: #6B10AA;
}
</style>
background-color css
<style>
a { background-color: #6B10AA; }
a { background-color: rgb(107,16,170); }
div.DivClassName
{
background-color: #6B10AA;
}
.BgClassName
{
background-color: #6B10AA;
}
</style>
border-color css
<style>
span { border-color: #6B10AA; }
span { border-color: rgb(107,16,170); }
td.TdClassName
{
border-color: #6B10AA;
}
.TagClassName
{
border-color: #6B10AA;
}
</style>