Shades of Purple Heart #6509AC
Tints of Purple Heart #6509AC
RGB
CMYK
RGB Variations
Color information
#6509AC (or 0x6509AC) is known color: Purple Heart. HEX triplet: 65, 09 and AC. RGB value is (101,9,172). Sum of RGB (Red+Green+Blue) = 101+9+172=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #6509AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6509AC is #9AF653. Grayscale: #363636. Windows color (decimal): -10155604 or 11274597. OLE color: 11274597.
HSL color Cylindrical-coordinate representation of color #6509AC: hue angle of 273.87º 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 #6509AC is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 9 | 172 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.33 |
| HSL | 273.87º | 0.9% | 0.35% | - |
| HSV(B) | 273.87º | 0.95% | 0.67% | - |
| XYZ | 12.91 | 5.94 | 39.5 | - |
| YUV | 55.09 | 193.98 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 172 | 0.41 | 0.95 | 0 | 0.33 | 273.87 | 0.9 | 0.35 |
| Hex | 65 | 9 | AC | 29 | 5F | 0 | 21 | 112 | 5A | 23 |
| Octal | 145 | 11 | 254 | 51 | 137 | 0 | 41 | 422 | 132 | 43 |
| Binary | 1100101 | 1001 | 10101100 | 101001 | 1011111 | 0 | 100001 | 100010010 | 1011010 | 100011 |
Color Harmonies of #6509AC
Complementary color
Monochromatic Colors of #6509AC
Black with #6509AC
Text Example
Text Example
White with #6509AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6509AC; }
p { color: rgb(101,9,172); }
H1.HeaderClassName
{
color: #6509AC;
}
.AnyTagClassName
{
color: #6509AC;
}
</style>
background-color css
<style>
a { background-color: #6509AC; }
a { background-color: rgb(101,9,172); }
div.DivClassName
{
background-color: #6509AC;
}
.BgClassName
{
background-color: #6509AC;
}
</style>
border-color css
<style>
span { border-color: #6509AC; }
span { border-color: rgb(101,9,172); }
td.TdClassName
{
border-color: #6509AC;
}
.TagClassName
{
border-color: #6509AC;
}
</style>