Shades of Purple Heart #6B13AA
Tints of Purple Heart #6B13AA
RGB
CMYK
RGB Variations
Color information
#6B13AA (or 0x6B13AA) is known color: Purple Heart. HEX triplet: 6B, 13 and AA. RGB value is (107,19,170). Sum of RGB (Red+Green+Blue) = 107+19+170=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B13AA is #94EC55. Grayscale: #3E3E3E. Windows color (decimal): -9759830 or 11146091. OLE color: 11146091.
HSL color Cylindrical-coordinate representation of color #6B13AA: hue angle of 274.97º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B13AA is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 19 | 170 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.33 |
| HSL | 274.97º | 0.8% | 0.37% | - |
| HSV(B) | 274.97º | 0.89% | 0.67% | - |
| XYZ | 13.55 | 6.49 | 38.57 | - |
| YUV | 62.53 | 188.65 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 170 | 0.37 | 0.89 | 0 | 0.33 | 274.97 | 0.8 | 0.37 |
| Hex | 6B | 13 | AA | 25 | 59 | 0 | 21 | 113 | 50 | 25 |
| Octal | 153 | 23 | 252 | 45 | 131 | 0 | 41 | 423 | 120 | 45 |
| Binary | 1101011 | 10011 | 10101010 | 100101 | 1011001 | 0 | 100001 | 100010011 | 1010000 | 100101 |
Color Harmonies of #6B13AA
Complementary color
Monochromatic Colors of #6B13AA
Black with #6B13AA
Text Example
Text Example
White with #6B13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B13AA; }
p { color: rgb(107,19,170); }
H1.HeaderClassName
{
color: #6B13AA;
}
.AnyTagClassName
{
color: #6B13AA;
}
</style>
background-color css
<style>
a { background-color: #6B13AA; }
a { background-color: rgb(107,19,170); }
div.DivClassName
{
background-color: #6B13AA;
}
.BgClassName
{
background-color: #6B13AA;
}
</style>
border-color css
<style>
span { border-color: #6B13AA; }
span { border-color: rgb(107,19,170); }
td.TdClassName
{
border-color: #6B13AA;
}
.TagClassName
{
border-color: #6B13AA;
}
</style>