Shades of Purple Heart #6507AD
Tints of Purple Heart #6507AD
RGB
CMYK
RGB Variations
Color information
#6507AD (or 0x6507AD) is known color: Purple Heart. HEX triplet: 65, 07 and AD. RGB value is (101,7,173). Sum of RGB (Red+Green+Blue) = 101+7+173=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #6507AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6507AD is #9AF852. Grayscale: #353535. Windows color (decimal): -10156115 or 11339621. OLE color: 11339621.
HSL color Cylindrical-coordinate representation of color #6507AD: hue angle of 273.98º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6507AD is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 7 | 173 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.32 |
| HSL | 273.98º | 0.92% | 0.35% | - |
| HSV(B) | 273.98º | 0.96% | 0.68% | - |
| XYZ | 12.99 | 5.94 | 40 | - |
| YUV | 54.03 | 195.14 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 173 | 0.42 | 0.96 | 0 | 0.32 | 273.98 | 0.92 | 0.35 |
| Hex | 65 | 7 | AD | 2A | 60 | 0 | 20 | 112 | 5C | 23 |
| Octal | 145 | 7 | 255 | 52 | 140 | 0 | 40 | 422 | 134 | 43 |
| Binary | 1100101 | 111 | 10101101 | 101010 | 1100000 | 0 | 100000 | 100010010 | 1011100 | 100011 |
Color Harmonies of #6507AD
Complementary color
Monochromatic Colors of #6507AD
Black with #6507AD
Text Example
Text Example
White with #6507AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6507AD; }
p { color: rgb(101,7,173); }
H1.HeaderClassName
{
color: #6507AD;
}
.AnyTagClassName
{
color: #6507AD;
}
</style>
background-color css
<style>
a { background-color: #6507AD; }
a { background-color: rgb(101,7,173); }
div.DivClassName
{
background-color: #6507AD;
}
.BgClassName
{
background-color: #6507AD;
}
</style>
border-color css
<style>
span { border-color: #6507AD; }
span { border-color: rgb(101,7,173); }
td.TdClassName
{
border-color: #6507AD;
}
.TagClassName
{
border-color: #6507AD;
}
</style>