Shades of Purple Heart #6515CA
Tints of Purple Heart #6515CA
RGB
CMYK
RGB Variations
Color information
#6515CA (or 0x6515CA) is known color: Purple Heart. HEX triplet: 65, 15 and CA. RGB value is (101,21,202). Sum of RGB (Red+Green+Blue) = 101+21+202=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #6515CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515CA is #9AEA35. Grayscale: #404040. Windows color (decimal): -10152502 or 13243749. OLE color: 13243749.
HSL color Cylindrical-coordinate representation of color #6515CA: hue angle of 266.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6515CA is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 21 | 202 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.21 |
| HSL | 266.52º | 0.81% | 0.44% | - |
| HSV(B) | 266.52º | 0.9% | 0.79% | - |
| XYZ | 16.3 | 7.57 | 56.48 | - |
| YUV | 65.55 | 205 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 202 | 0.50 | 0.90 | 0 | 0.21 | 266.52 | 0.81 | 0.44 |
| Hex | 65 | 15 | CA | 32 | 5A | 0 | 15 | 10B | 51 | 2C |
| Octal | 145 | 25 | 312 | 62 | 132 | 0 | 25 | 413 | 121 | 54 |
| Binary | 1100101 | 10101 | 11001010 | 110010 | 1011010 | 0 | 10101 | 100001011 | 1010001 | 101100 |
Color Harmonies of #6515CA
Complementary color
Monochromatic Colors of #6515CA
Black with #6515CA
Text Example
Text Example
White with #6515CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6515CA; }
p { color: rgb(101,21,202); }
H1.HeaderClassName
{
color: #6515CA;
}
.AnyTagClassName
{
color: #6515CA;
}
</style>
background-color css
<style>
a { background-color: #6515CA; }
a { background-color: rgb(101,21,202); }
div.DivClassName
{
background-color: #6515CA;
}
.BgClassName
{
background-color: #6515CA;
}
</style>
border-color css
<style>
span { border-color: #6515CA; }
span { border-color: rgb(101,21,202); }
td.TdClassName
{
border-color: #6515CA;
}
.TagClassName
{
border-color: #6515CA;
}
</style>