Shades of Purple Heart #6518A3
Tints of Purple Heart #6518A3
RGB
CMYK
RGB Variations
Color information
#6518A3 (or 0x6518A3) is known color: Purple Heart. HEX triplet: 65, 18 and A3. RGB value is (101,24,163). Sum of RGB (Red+Green+Blue) = 101+24+163=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 163 (64.06% from 255 or 56.60% from 288); Max value from RGB is 163 - color contains mainly: blue. Hex color #6518A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6518A3 is #9AE75C. Grayscale: #3E3E3E. Windows color (decimal): -10151773 or 10688613. OLE color: 10688613.
HSL color Cylindrical-coordinate representation of color #6518A3: hue angle of 273.24º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6518A3 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 24 | 163 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.36 |
| HSL | 273.24º | 0.74% | 0.37% | - |
| HSV(B) | 273.24º | 0.85% | 0.64% | - |
| XYZ | 12.3 | 6.06 | 35.17 | - |
| YUV | 62.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 163 | 0.38 | 0.85 | 0 | 0.36 | 273.24 | 0.74 | 0.37 |
| Hex | 65 | 18 | A3 | 26 | 55 | 0 | 24 | 111 | 4A | 25 |
| Octal | 145 | 30 | 243 | 46 | 125 | 0 | 44 | 421 | 112 | 45 |
| Binary | 1100101 | 11000 | 10100011 | 100110 | 1010101 | 0 | 100100 | 100010001 | 1001010 | 100101 |
Color Harmonies of #6518A3
Complementary color
Monochromatic Colors of #6518A3
Black with #6518A3
Text Example
Text Example
White with #6518A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6518A3; }
p { color: rgb(101,24,163); }
H1.HeaderClassName
{
color: #6518A3;
}
.AnyTagClassName
{
color: #6518A3;
}
</style>
background-color css
<style>
a { background-color: #6518A3; }
a { background-color: rgb(101,24,163); }
div.DivClassName
{
background-color: #6518A3;
}
.BgClassName
{
background-color: #6518A3;
}
</style>
border-color css
<style>
span { border-color: #6518A3; }
span { border-color: rgb(101,24,163); }
td.TdClassName
{
border-color: #6518A3;
}
.TagClassName
{
border-color: #6518A3;
}
</style>