Shades of Purple Heart #6B0AAA
Tints of Purple Heart #6B0AAA
RGB
CMYK
RGB Variations
Color information
#6B0AAA (or 0x6B0AAA) is known color: Purple Heart. HEX triplet: 6B, 0A and AA. RGB value is (107,10,170). Sum of RGB (Red+Green+Blue) = 107+10+170=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0AAA is #94F555. Grayscale: #383838. Windows color (decimal): -9762134 or 11143787. OLE color: 11143787.
HSL color Cylindrical-coordinate representation of color #6B0AAA: hue angle of 276.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0AAA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 10 | 170 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.33 |
| HSL | 276.38º | 0.89% | 0.35% | - |
| HSV(B) | 276.38º | 0.94% | 0.67% | - |
| XYZ | 13.43 | 6.25 | 38.53 | - |
| YUV | 57.24 | 191.64 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 10 | 170 | 0.37 | 0.94 | 0 | 0.33 | 276.38 | 0.89 | 0.35 |
| Hex | 6B | A | AA | 25 | 5E | 0 | 21 | 114 | 59 | 23 |
| Octal | 153 | 12 | 252 | 45 | 136 | 0 | 41 | 424 | 131 | 43 |
| Binary | 1101011 | 1010 | 10101010 | 100101 | 1011110 | 0 | 100001 | 100010100 | 1011001 | 100011 |
Color Harmonies of #6B0AAA
Complementary color
Monochromatic Colors of #6B0AAA
Black with #6B0AAA
Text Example
Text Example
White with #6B0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0AAA; }
p { color: rgb(107,10,170); }
H1.HeaderClassName
{
color: #6B0AAA;
}
.AnyTagClassName
{
color: #6B0AAA;
}
</style>
background-color css
<style>
a { background-color: #6B0AAA; }
a { background-color: rgb(107,10,170); }
div.DivClassName
{
background-color: #6B0AAA;
}
.BgClassName
{
background-color: #6B0AAA;
}
</style>
border-color css
<style>
span { border-color: #6B0AAA; }
span { border-color: rgb(107,10,170); }
td.TdClassName
{
border-color: #6B0AAA;
}
.TagClassName
{
border-color: #6B0AAA;
}
</style>