Shades of Purple Heart #6314CE
Tints of Purple Heart #6314CE
RGB
CMYK
RGB Variations
Color information
#6314CE (or 0x6314CE) is known color: Purple Heart. HEX triplet: 63, 14 and CE. RGB value is (99,20,206). Sum of RGB (Red+Green+Blue) = 99+20+206=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #6314CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6314CE is #9CEB31. Grayscale: #404040. Windows color (decimal): -10283826 or 13505635. OLE color: 13505635.
HSL color Cylindrical-coordinate representation of color #6314CE: hue angle of 265.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6314CE is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 20 | 206 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.19 |
| HSL | 265.48º | 0.82% | 0.44% | - |
| HSV(B) | 265.48º | 0.9% | 0.81% | - |
| XYZ | 16.54 | 7.61 | 58.99 | - |
| YUV | 64.83 | 207.67 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 206 | 0.52 | 0.90 | 0 | 0.19 | 265.48 | 0.82 | 0.44 |
| Hex | 63 | 14 | CE | 34 | 5A | 0 | 13 | 109 | 52 | 2C |
| Octal | 143 | 24 | 316 | 64 | 132 | 0 | 23 | 411 | 122 | 54 |
| Binary | 1100011 | 10100 | 11001110 | 110100 | 1011010 | 0 | 10011 | 100001001 | 1010010 | 101100 |
Color Harmonies of #6314CE
Complementary color
Monochromatic Colors of #6314CE
Black with #6314CE
Text Example
Text Example
White with #6314CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6314CE; }
p { color: rgb(99,20,206); }
H1.HeaderClassName
{
color: #6314CE;
}
.AnyTagClassName
{
color: #6314CE;
}
</style>
background-color css
<style>
a { background-color: #6314CE; }
a { background-color: rgb(99,20,206); }
div.DivClassName
{
background-color: #6314CE;
}
.BgClassName
{
background-color: #6314CE;
}
</style>
border-color css
<style>
span { border-color: #6314CE; }
span { border-color: rgb(99,20,206); }
td.TdClassName
{
border-color: #6314CE;
}
.TagClassName
{
border-color: #6314CE;
}
</style>