Shades of Purple Heart #6518C0
Tints of Purple Heart #6518C0
RGB
CMYK
RGB Variations
Color information
#6518C0 (or 0x6518C0) is known color: Purple Heart. HEX triplet: 65, 18 and C0. RGB value is (101,24,192). Sum of RGB (Red+Green+Blue) = 101+24+192=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #6518C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6518C0 is #9AE73F. Grayscale: #414141. Windows color (decimal): -10151744 or 12589157. OLE color: 12589157.
HSL color Cylindrical-coordinate representation of color #6518C0: hue angle of 267.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6518C0 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 24 | 192 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.25 |
| HSL | 267.5º | 0.78% | 0.42% | - |
| HSV(B) | 267.5º | 0.88% | 0.75% | - |
| XYZ | 15.21 | 7.23 | 50.46 | - |
| YUV | 66.18 | 199.01 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 192 | 0.47 | 0.88 | 0 | 0.25 | 267.5 | 0.78 | 0.42 |
| Hex | 65 | 18 | C0 | 2F | 58 | 0 | 19 | 10C | 4E | 2A |
| Octal | 145 | 30 | 300 | 57 | 130 | 0 | 31 | 414 | 116 | 52 |
| Binary | 1100101 | 11000 | 11000000 | 101111 | 1011000 | 0 | 11001 | 100001100 | 1001110 | 101010 |
Color Harmonies of #6518C0
Complementary color
Monochromatic Colors of #6518C0
Black with #6518C0
Text Example
Text Example
White with #6518C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6518C0; }
p { color: rgb(101,24,192); }
H1.HeaderClassName
{
color: #6518C0;
}
.AnyTagClassName
{
color: #6518C0;
}
</style>
background-color css
<style>
a { background-color: #6518C0; }
a { background-color: rgb(101,24,192); }
div.DivClassName
{
background-color: #6518C0;
}
.BgClassName
{
background-color: #6518C0;
}
</style>
border-color css
<style>
span { border-color: #6518C0; }
span { border-color: rgb(101,24,192); }
td.TdClassName
{
border-color: #6518C0;
}
.TagClassName
{
border-color: #6518C0;
}
</style>