Shades of Purple Heart #6509AA
Tints of Purple Heart #6509AA
RGB
CMYK
RGB Variations
Color information
#6509AA (or 0x6509AA) is known color: Purple Heart. HEX triplet: 65, 09 and AA. RGB value is (101,9,170). Sum of RGB (Red+Green+Blue) = 101+9+170=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #6509AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6509AA is #9AF655. Grayscale: #363636. Windows color (decimal): -10155606 or 11143525. OLE color: 11143525.
HSL color Cylindrical-coordinate representation of color #6509AA: hue angle of 274.29º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6509AA is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 9 | 170 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.33 |
| HSL | 274.29º | 0.9% | 0.35% | - |
| HSV(B) | 274.29º | 0.95% | 0.67% | - |
| XYZ | 12.72 | 5.86 | 38.49 | - |
| YUV | 54.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 170 | 0.41 | 0.95 | 0 | 0.33 | 274.29 | 0.9 | 0.35 |
| Hex | 65 | 9 | AA | 29 | 5F | 0 | 21 | 112 | 5A | 23 |
| Octal | 145 | 11 | 252 | 51 | 137 | 0 | 41 | 422 | 132 | 43 |
| Binary | 1100101 | 1001 | 10101010 | 101001 | 1011111 | 0 | 100001 | 100010010 | 1011010 | 100011 |
Color Harmonies of #6509AA
Complementary color
Monochromatic Colors of #6509AA
Black with #6509AA
Text Example
Text Example
White with #6509AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6509AA; }
p { color: rgb(101,9,170); }
H1.HeaderClassName
{
color: #6509AA;
}
.AnyTagClassName
{
color: #6509AA;
}
</style>
background-color css
<style>
a { background-color: #6509AA; }
a { background-color: rgb(101,9,170); }
div.DivClassName
{
background-color: #6509AA;
}
.BgClassName
{
background-color: #6509AA;
}
</style>
border-color css
<style>
span { border-color: #6509AA; }
span { border-color: rgb(101,9,170); }
td.TdClassName
{
border-color: #6509AA;
}
.TagClassName
{
border-color: #6509AA;
}
</style>