Shades of Purple Heart #6528AE
Tints of Purple Heart #6528AE
RGB
CMYK
RGB Variations
Color information
#6528AE (or 0x6528AE) is known color: Purple Heart. HEX triplet: 65, 28 and AE. RGB value is (101,40,174). Sum of RGB (Red+Green+Blue) = 101+40+174=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #6528AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6528AE is #9AD751. Grayscale: #494949. Windows color (decimal): -10147666 or 11413605. OLE color: 11413605.
HSL color Cylindrical-coordinate representation of color #6528AE: hue angle of 267.31º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6528AE is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 40 | 174 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.32 |
| HSL | 267.31º | 0.63% | 0.42% | - |
| HSV(B) | 267.31º | 0.77% | 0.68% | - |
| XYZ | 13.77 | 7.34 | 40.74 | - |
| YUV | 73.52 | 184.71 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 174 | 0.42 | 0.77 | 0 | 0.32 | 267.31 | 0.63 | 0.42 |
| Hex | 65 | 28 | AE | 2A | 4D | 0 | 20 | 10B | 3F | 2A |
| Octal | 145 | 50 | 256 | 52 | 115 | 0 | 40 | 413 | 77 | 52 |
| Binary | 1100101 | 101000 | 10101110 | 101010 | 1001101 | 0 | 100000 | 100001011 | 111111 | 101010 |
Color Harmonies of #6528AE
Complementary color
Monochromatic Colors of #6528AE
Black with #6528AE
Text Example
Text Example
White with #6528AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528AE; }
p { color: rgb(101,40,174); }
H1.HeaderClassName
{
color: #6528AE;
}
.AnyTagClassName
{
color: #6528AE;
}
</style>
background-color css
<style>
a { background-color: #6528AE; }
a { background-color: rgb(101,40,174); }
div.DivClassName
{
background-color: #6528AE;
}
.BgClassName
{
background-color: #6528AE;
}
</style>
border-color css
<style>
span { border-color: #6528AE; }
span { border-color: rgb(101,40,174); }
td.TdClassName
{
border-color: #6528AE;
}
.TagClassName
{
border-color: #6528AE;
}
</style>