Shades of Purple Heart #6519C1
Tints of Purple Heart #6519C1
RGB
CMYK
RGB Variations
Color information
#6519C1 (or 0x6519C1) is known color: Purple Heart. HEX triplet: 65, 19 and C1. RGB value is (101,25,193). Sum of RGB (Red+Green+Blue) = 101+25+193=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #6519C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6519C1 is #9AE63E. Grayscale: #424242. Windows color (decimal): -10151487 or 12654949. OLE color: 12654949.
HSL color Cylindrical-coordinate representation of color #6519C1: hue angle of 267.14º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6519C1 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 25 | 193 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.24 |
| HSL | 267.14º | 0.77% | 0.43% | - |
| HSV(B) | 267.14º | 0.87% | 0.76% | - |
| XYZ | 15.34 | 7.31 | 51.05 | - |
| YUV | 66.88 | 199.18 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 193 | 0.48 | 0.87 | 0 | 0.24 | 267.14 | 0.77 | 0.43 |
| Hex | 65 | 19 | C1 | 30 | 57 | 0 | 18 | 10B | 4D | 2B |
| Octal | 145 | 31 | 301 | 60 | 127 | 0 | 30 | 413 | 115 | 53 |
| Binary | 1100101 | 11001 | 11000001 | 110000 | 1010111 | 0 | 11000 | 100001011 | 1001101 | 101011 |
Color Harmonies of #6519C1
Complementary color
Monochromatic Colors of #6519C1
Black with #6519C1
Text Example
Text Example
White with #6519C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6519C1; }
p { color: rgb(101,25,193); }
H1.HeaderClassName
{
color: #6519C1;
}
.AnyTagClassName
{
color: #6519C1;
}
</style>
background-color css
<style>
a { background-color: #6519C1; }
a { background-color: rgb(101,25,193); }
div.DivClassName
{
background-color: #6519C1;
}
.BgClassName
{
background-color: #6519C1;
}
</style>
border-color css
<style>
span { border-color: #6519C1; }
span { border-color: rgb(101,25,193); }
td.TdClassName
{
border-color: #6519C1;
}
.TagClassName
{
border-color: #6519C1;
}
</style>