Shades of Purple Heart #6B05AA
Tints of Purple Heart #6B05AA
RGB
CMYK
RGB Variations
Color information
#6B05AA (or 0x6B05AA) is known color: Purple Heart. HEX triplet: 6B, 05 and AA. RGB value is (107,5,170). Sum of RGB (Red+Green+Blue) = 107+5+170=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B05AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B05AA is #94FA55. Grayscale: #353535. Windows color (decimal): -9763414 or 11142507. OLE color: 11142507.
HSL color Cylindrical-coordinate representation of color #6B05AA: hue angle of 277.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B05AA is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 5 | 170 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.33 |
| HSL | 277.09º | 0.94% | 0.34% | - |
| HSV(B) | 277.09º | 0.97% | 0.67% | - |
| XYZ | 13.37 | 6.14 | 38.51 | - |
| YUV | 54.31 | 193.29 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 170 | 0.37 | 0.97 | 0 | 0.33 | 277.09 | 0.94 | 0.34 |
| Hex | 6B | 5 | AA | 25 | 61 | 0 | 21 | 115 | 5E | 22 |
| Octal | 153 | 5 | 252 | 45 | 141 | 0 | 41 | 425 | 136 | 42 |
| Binary | 1101011 | 101 | 10101010 | 100101 | 1100001 | 0 | 100001 | 100010101 | 1011110 | 100010 |
Color Harmonies of #6B05AA
Complementary color
Monochromatic Colors of #6B05AA
Black with #6B05AA
Text Example
Text Example
White with #6B05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B05AA; }
p { color: rgb(107,5,170); }
H1.HeaderClassName
{
color: #6B05AA;
}
.AnyTagClassName
{
color: #6B05AA;
}
</style>
background-color css
<style>
a { background-color: #6B05AA; }
a { background-color: rgb(107,5,170); }
div.DivClassName
{
background-color: #6B05AA;
}
.BgClassName
{
background-color: #6B05AA;
}
</style>
border-color css
<style>
span { border-color: #6B05AA; }
span { border-color: rgb(107,5,170); }
td.TdClassName
{
border-color: #6B05AA;
}
.TagClassName
{
border-color: #6B05AA;
}
</style>