Shades of Purple Heart #6514CA
Tints of Purple Heart #6514CA
RGB
CMYK
RGB Variations
Color information
#6514CA (or 0x6514CA) is known color: Purple Heart. HEX triplet: 65, 14 and CA. RGB value is (101,20,202). Sum of RGB (Red+Green+Blue) = 101+20+202=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #6514CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6514CA is #9AEB35. Grayscale: #404040. Windows color (decimal): -10152758 or 13243493. OLE color: 13243493.
HSL color Cylindrical-coordinate representation of color #6514CA: hue angle of 266.7º degrees, saturation: 0.82, 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 #6514CA is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 20 | 202 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.21 |
| HSL | 266.7º | 0.82% | 0.44% | - |
| HSV(B) | 266.7º | 0.9% | 0.79% | - |
| XYZ | 16.28 | 7.53 | 56.47 | - |
| YUV | 64.97 | 205.34 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 202 | 0.50 | 0.90 | 0 | 0.21 | 266.7 | 0.82 | 0.44 |
| Hex | 65 | 14 | CA | 32 | 5A | 0 | 15 | 10B | 52 | 2C |
| Octal | 145 | 24 | 312 | 62 | 132 | 0 | 25 | 413 | 122 | 54 |
| Binary | 1100101 | 10100 | 11001010 | 110010 | 1011010 | 0 | 10101 | 100001011 | 1010010 | 101100 |
Color Harmonies of #6514CA
Complementary color
Monochromatic Colors of #6514CA
Black with #6514CA
Text Example
Text Example
White with #6514CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6514CA; }
p { color: rgb(101,20,202); }
H1.HeaderClassName
{
color: #6514CA;
}
.AnyTagClassName
{
color: #6514CA;
}
</style>
background-color css
<style>
a { background-color: #6514CA; }
a { background-color: rgb(101,20,202); }
div.DivClassName
{
background-color: #6514CA;
}
.BgClassName
{
background-color: #6514CA;
}
</style>
border-color css
<style>
span { border-color: #6514CA; }
span { border-color: rgb(101,20,202); }
td.TdClassName
{
border-color: #6514CA;
}
.TagClassName
{
border-color: #6514CA;
}
</style>