Shades of Purple Heart #6518A5
Tints of Purple Heart #6518A5
RGB
CMYK
RGB Variations
Color information
#6518A5 (or 0x6518A5) is known color: Purple Heart. HEX triplet: 65, 18 and A5. RGB value is (101,24,165). Sum of RGB (Red+Green+Blue) = 101+24+165=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 165 (64.84% from 255 or 56.90% from 290); Max value from RGB is 165 - color contains mainly: blue. Hex color #6518A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6518A5 is #9AE75A. Grayscale: #3E3E3E. Windows color (decimal): -10151771 or 10819685. OLE color: 10819685.
HSL color Cylindrical-coordinate representation of color #6518A5: hue angle of 272.77º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6518A5 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 24 | 165 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.35 |
| HSL | 272.77º | 0.75% | 0.37% | - |
| HSV(B) | 272.77º | 0.85% | 0.65% | - |
| XYZ | 12.48 | 6.14 | 36.12 | - |
| YUV | 63.1 | 185.51 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 165 | 0.39 | 0.85 | 0 | 0.35 | 272.77 | 0.75 | 0.37 |
| Hex | 65 | 18 | A5 | 27 | 55 | 0 | 23 | 111 | 4B | 25 |
| Octal | 145 | 30 | 245 | 47 | 125 | 0 | 43 | 421 | 113 | 45 |
| Binary | 1100101 | 11000 | 10100101 | 100111 | 1010101 | 0 | 100011 | 100010001 | 1001011 | 100101 |
Color Harmonies of #6518A5
Complementary color
Monochromatic Colors of #6518A5
Black with #6518A5
Text Example
Text Example
White with #6518A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6518A5; }
p { color: rgb(101,24,165); }
H1.HeaderClassName
{
color: #6518A5;
}
.AnyTagClassName
{
color: #6518A5;
}
</style>
background-color css
<style>
a { background-color: #6518A5; }
a { background-color: rgb(101,24,165); }
div.DivClassName
{
background-color: #6518A5;
}
.BgClassName
{
background-color: #6518A5;
}
</style>
border-color css
<style>
span { border-color: #6518A5; }
span { border-color: rgb(101,24,165); }
td.TdClassName
{
border-color: #6518A5;
}
.TagClassName
{
border-color: #6518A5;
}
</style>