Shades of Purple Heart #6B06AA
Tints of Purple Heart #6B06AA
RGB
CMYK
RGB Variations
Color information
#6B06AA (or 0x6B06AA) is known color: Purple Heart. HEX triplet: 6B, 06 and AA. RGB value is (107,6,170). Sum of RGB (Red+Green+Blue) = 107+6+170=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B06AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B06AA is #94F955. Grayscale: #363636. Windows color (decimal): -9763158 or 11142763. OLE color: 11142763.
HSL color Cylindrical-coordinate representation of color #6B06AA: hue angle of 276.95º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B06AA is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 6 | 170 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.33 |
| HSL | 276.95º | 0.93% | 0.35% | - |
| HSV(B) | 276.95º | 0.96% | 0.67% | - |
| XYZ | 13.38 | 6.16 | 38.51 | - |
| YUV | 54.9 | 192.96 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 170 | 0.37 | 0.96 | 0 | 0.33 | 276.95 | 0.93 | 0.35 |
| Hex | 6B | 6 | AA | 25 | 60 | 0 | 21 | 115 | 5D | 23 |
| Octal | 153 | 6 | 252 | 45 | 140 | 0 | 41 | 425 | 135 | 43 |
| Binary | 1101011 | 110 | 10101010 | 100101 | 1100000 | 0 | 100001 | 100010101 | 1011101 | 100011 |
Color Harmonies of #6B06AA
Complementary color
Monochromatic Colors of #6B06AA
Black with #6B06AA
Text Example
Text Example
White with #6B06AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B06AA; }
p { color: rgb(107,6,170); }
H1.HeaderClassName
{
color: #6B06AA;
}
.AnyTagClassName
{
color: #6B06AA;
}
</style>
background-color css
<style>
a { background-color: #6B06AA; }
a { background-color: rgb(107,6,170); }
div.DivClassName
{
background-color: #6B06AA;
}
.BgClassName
{
background-color: #6B06AA;
}
</style>
border-color css
<style>
span { border-color: #6B06AA; }
span { border-color: rgb(107,6,170); }
td.TdClassName
{
border-color: #6B06AA;
}
.TagClassName
{
border-color: #6B06AA;
}
</style>