Shades of Purple Heart #6506AD
Tints of Purple Heart #6506AD
RGB
CMYK
RGB Variations
Color information
#6506AD (or 0x6506AD) is known color: Purple Heart. HEX triplet: 65, 06 and AD. RGB value is (101,6,173). Sum of RGB (Red+Green+Blue) = 101+6+173=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #6506AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6506AD is #9AF952. Grayscale: #343434. Windows color (decimal): -10156371 or 11339365. OLE color: 11339365.
HSL color Cylindrical-coordinate representation of color #6506AD: hue angle of 274.13º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6506AD is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 6 | 173 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.32 |
| HSL | 274.13º | 0.93% | 0.35% | - |
| HSV(B) | 274.13º | 0.97% | 0.68% | - |
| XYZ | 12.97 | 5.91 | 39.99 | - |
| YUV | 53.44 | 195.47 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 173 | 0.42 | 0.97 | 0 | 0.32 | 274.13 | 0.93 | 0.35 |
| Hex | 65 | 6 | AD | 2A | 61 | 0 | 20 | 112 | 5D | 23 |
| Octal | 145 | 6 | 255 | 52 | 141 | 0 | 40 | 422 | 135 | 43 |
| Binary | 1100101 | 110 | 10101101 | 101010 | 1100001 | 0 | 100000 | 100010010 | 1011101 | 100011 |
Color Harmonies of #6506AD
Complementary color
Monochromatic Colors of #6506AD
Black with #6506AD
Text Example
Text Example
White with #6506AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6506AD; }
p { color: rgb(101,6,173); }
H1.HeaderClassName
{
color: #6506AD;
}
.AnyTagClassName
{
color: #6506AD;
}
</style>
background-color css
<style>
a { background-color: #6506AD; }
a { background-color: rgb(101,6,173); }
div.DivClassName
{
background-color: #6506AD;
}
.BgClassName
{
background-color: #6506AD;
}
</style>
border-color css
<style>
span { border-color: #6506AD; }
span { border-color: rgb(101,6,173); }
td.TdClassName
{
border-color: #6506AD;
}
.TagClassName
{
border-color: #6506AD;
}
</style>