Shades of Purple Heart #6525AD
Tints of Purple Heart #6525AD
RGB
CMYK
RGB Variations
Color information
#6525AD (or 0x6525AD) is known color: Purple Heart. HEX triplet: 65, 25 and AD. RGB value is (101,37,173). Sum of RGB (Red+Green+Blue) = 101+37+173=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #6525AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6525AD is #9ADA52. Grayscale: #474747. Windows color (decimal): -10148435 or 11347301. OLE color: 11347301.
HSL color Cylindrical-coordinate representation of color #6525AD: hue angle of 268.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6525AD is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 37 | 173 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.32 |
| HSL | 268.24º | 0.65% | 0.41% | - |
| HSV(B) | 268.24º | 0.79% | 0.68% | - |
| XYZ | 13.57 | 7.11 | 40.19 | - |
| YUV | 71.64 | 185.2 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 173 | 0.42 | 0.79 | 0 | 0.32 | 268.24 | 0.65 | 0.41 |
| Hex | 65 | 25 | AD | 2A | 4F | 0 | 20 | 10C | 41 | 29 |
| Octal | 145 | 45 | 255 | 52 | 117 | 0 | 40 | 414 | 101 | 51 |
| Binary | 1100101 | 100101 | 10101101 | 101010 | 1001111 | 0 | 100000 | 100001100 | 1000001 | 101001 |
Color Harmonies of #6525AD
Complementary color
Monochromatic Colors of #6525AD
Black with #6525AD
Text Example
Text Example
White with #6525AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6525AD; }
p { color: rgb(101,37,173); }
H1.HeaderClassName
{
color: #6525AD;
}
.AnyTagClassName
{
color: #6525AD;
}
</style>
background-color css
<style>
a { background-color: #6525AD; }
a { background-color: rgb(101,37,173); }
div.DivClassName
{
background-color: #6525AD;
}
.BgClassName
{
background-color: #6525AD;
}
</style>
border-color css
<style>
span { border-color: #6525AD; }
span { border-color: rgb(101,37,173); }
td.TdClassName
{
border-color: #6525AD;
}
.TagClassName
{
border-color: #6525AD;
}
</style>