Shades of Purple Heart #6510AE
Tints of Purple Heart #6510AE
RGB
CMYK
RGB Variations
Color information
#6510AE (or 0x6510AE) is known color: Purple Heart. HEX triplet: 65, 10 and AE. RGB value is (101,16,174). Sum of RGB (Red+Green+Blue) = 101+16+174=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #6510AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6510AE is #9AEF51. Grayscale: #3A3A3A. Windows color (decimal): -10153810 or 11407461. OLE color: 11407461.
HSL color Cylindrical-coordinate representation of color #6510AE: hue angle of 272.28º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6510AE is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 16 | 174 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.32 |
| HSL | 272.28º | 0.83% | 0.37% | - |
| HSV(B) | 272.28º | 0.91% | 0.68% | - |
| XYZ | 13.19 | 6.19 | 40.54 | - |
| YUV | 59.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 174 | 0.42 | 0.91 | 0 | 0.32 | 272.28 | 0.83 | 0.37 |
| Hex | 65 | 10 | AE | 2A | 5B | 0 | 20 | 110 | 53 | 25 |
| Octal | 145 | 20 | 256 | 52 | 133 | 0 | 40 | 420 | 123 | 45 |
| Binary | 1100101 | 10000 | 10101110 | 101010 | 1011011 | 0 | 100000 | 100010000 | 1010011 | 100101 |
Color Harmonies of #6510AE
Complementary color
Monochromatic Colors of #6510AE
Black with #6510AE
Text Example
Text Example
White with #6510AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6510AE; }
p { color: rgb(101,16,174); }
H1.HeaderClassName
{
color: #6510AE;
}
.AnyTagClassName
{
color: #6510AE;
}
</style>
background-color css
<style>
a { background-color: #6510AE; }
a { background-color: rgb(101,16,174); }
div.DivClassName
{
background-color: #6510AE;
}
.BgClassName
{
background-color: #6510AE;
}
</style>
border-color css
<style>
span { border-color: #6510AE; }
span { border-color: rgb(101,16,174); }
td.TdClassName
{
border-color: #6510AE;
}
.TagClassName
{
border-color: #6510AE;
}
</style>