Shades of Purple Heart #6314D5
Tints of Purple Heart #6314D5
RGB
CMYK
RGB Variations
Color information
#6314D5 (or 0x6314D5) is known color: Purple Heart. HEX triplet: 63, 14 and D5. RGB value is (99,20,213). Sum of RGB (Red+Green+Blue) = 99+20+213=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 213 (83.59% from 255 or 64.16% from 332); Max value from RGB is 213 - color contains mainly: blue. Hex color #6314D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6314D5 is #9CEB2A. Grayscale: #404040. Windows color (decimal): -10283819 or 13964387. OLE color: 13964387.
HSL color Cylindrical-coordinate representation of color #6314D5: hue angle of 264.56º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6314D5 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 20 | 213 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.16 |
| HSL | 264.56º | 0.83% | 0.46% | - |
| HSV(B) | 264.56º | 0.91% | 0.84% | - |
| XYZ | 17.41 | 7.96 | 63.57 | - |
| YUV | 65.62 | 211.17 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 213 | 0.54 | 0.91 | 0 | 0.16 | 264.56 | 0.83 | 0.46 |
| Hex | 63 | 14 | D5 | 36 | 5B | 0 | 10 | 109 | 53 | 2E |
| Octal | 143 | 24 | 325 | 66 | 133 | 0 | 20 | 411 | 123 | 56 |
| Binary | 1100011 | 10100 | 11010101 | 110110 | 1011011 | 0 | 10000 | 100001001 | 1010011 | 101110 |
Color Harmonies of #6314D5
Complementary color
Monochromatic Colors of #6314D5
Black with #6314D5
Text Example
Text Example
White with #6314D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6314D5; }
p { color: rgb(99,20,213); }
H1.HeaderClassName
{
color: #6314D5;
}
.AnyTagClassName
{
color: #6314D5;
}
</style>
background-color css
<style>
a { background-color: #6314D5; }
a { background-color: rgb(99,20,213); }
div.DivClassName
{
background-color: #6314D5;
}
.BgClassName
{
background-color: #6314D5;
}
</style>
border-color css
<style>
span { border-color: #6314D5; }
span { border-color: rgb(99,20,213); }
td.TdClassName
{
border-color: #6314D5;
}
.TagClassName
{
border-color: #6314D5;
}
</style>