Shades of Purple Heart #6525BA
Tints of Purple Heart #6525BA
RGB
CMYK
RGB Variations
Color information
#6525BA (or 0x6525BA) is known color: Purple Heart. HEX triplet: 65, 25 and BA. RGB value is (101,37,186). Sum of RGB (Red+Green+Blue) = 101+37+186=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #6525BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6525BA is #9ADA45. Grayscale: #484848. Windows color (decimal): -10148422 or 12199269. OLE color: 12199269.
HSL color Cylindrical-coordinate representation of color #6525BA: hue angle of 265.77º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6525BA is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 37 | 186 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.27 |
| HSL | 265.77º | 0.67% | 0.44% | - |
| HSV(B) | 265.77º | 0.8% | 0.73% | - |
| XYZ | 14.89 | 7.64 | 47.14 | - |
| YUV | 73.12 | 191.7 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 186 | 0.46 | 0.80 | 0 | 0.27 | 265.77 | 0.67 | 0.44 |
| Hex | 65 | 25 | BA | 2E | 50 | 0 | 1B | 10A | 43 | 2C |
| Octal | 145 | 45 | 272 | 56 | 120 | 0 | 33 | 412 | 103 | 54 |
| Binary | 1100101 | 100101 | 10111010 | 101110 | 1010000 | 0 | 11011 | 100001010 | 1000011 | 101100 |
Color Harmonies of #6525BA
Complementary color
Monochromatic Colors of #6525BA
Black with #6525BA
Text Example
Text Example
White with #6525BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6525BA; }
p { color: rgb(101,37,186); }
H1.HeaderClassName
{
color: #6525BA;
}
.AnyTagClassName
{
color: #6525BA;
}
</style>
background-color css
<style>
a { background-color: #6525BA; }
a { background-color: rgb(101,37,186); }
div.DivClassName
{
background-color: #6525BA;
}
.BgClassName
{
background-color: #6525BA;
}
</style>
border-color css
<style>
span { border-color: #6525BA; }
span { border-color: rgb(101,37,186); }
td.TdClassName
{
border-color: #6525BA;
}
.TagClassName
{
border-color: #6525BA;
}
</style>