Shades of Purple Heart #6525AF
Tints of Purple Heart #6525AF
RGB
CMYK
RGB Variations
Color information
#6525AF (or 0x6525AF) is known color: Purple Heart. HEX triplet: 65, 25 and AF. RGB value is (101,37,175). Sum of RGB (Red+Green+Blue) = 101+37+175=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #6525AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6525AF is #9ADA50. Grayscale: #474747. Windows color (decimal): -10148433 or 11478373. OLE color: 11478373.
HSL color Cylindrical-coordinate representation of color #6525AF: hue angle of 267.83º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6525AF is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 37 | 175 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.31 |
| HSL | 267.83º | 0.65% | 0.42% | - |
| HSV(B) | 267.83º | 0.79% | 0.69% | - |
| XYZ | 13.77 | 7.18 | 41.22 | - |
| YUV | 71.87 | 186.2 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 175 | 0.42 | 0.79 | 0 | 0.31 | 267.83 | 0.65 | 0.42 |
| Hex | 65 | 25 | AF | 2A | 4F | 0 | 1F | 10C | 41 | 2A |
| Octal | 145 | 45 | 257 | 52 | 117 | 0 | 37 | 414 | 101 | 52 |
| Binary | 1100101 | 100101 | 10101111 | 101010 | 1001111 | 0 | 11111 | 100001100 | 1000001 | 101010 |
Color Harmonies of #6525AF
Complementary color
Monochromatic Colors of #6525AF
Black with #6525AF
Text Example
Text Example
White with #6525AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6525AF; }
p { color: rgb(101,37,175); }
H1.HeaderClassName
{
color: #6525AF;
}
.AnyTagClassName
{
color: #6525AF;
}
</style>
background-color css
<style>
a { background-color: #6525AF; }
a { background-color: rgb(101,37,175); }
div.DivClassName
{
background-color: #6525AF;
}
.BgClassName
{
background-color: #6525AF;
}
</style>
border-color css
<style>
span { border-color: #6525AF; }
span { border-color: rgb(101,37,175); }
td.TdClassName
{
border-color: #6525AF;
}
.TagClassName
{
border-color: #6525AF;
}
</style>