Shades of Purple Heart #6314BB
Tints of Purple Heart #6314BB
RGB
CMYK
RGB Variations
Color information
#6314BB (or 0x6314BB) is known color: Purple Heart. HEX triplet: 63, 14 and BB. RGB value is (99,20,187). Sum of RGB (Red+Green+Blue) = 99+20+187=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #6314BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6314BB is #9CEB44. Grayscale: #3E3E3E. Windows color (decimal): -10283845 or 12260451. OLE color: 12260451.
HSL color Cylindrical-coordinate representation of color #6314BB: hue angle of 268.38º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6314BB is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 20 | 187 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.27 |
| HSL | 268.38º | 0.81% | 0.41% | - |
| HSV(B) | 268.38º | 0.89% | 0.73% | - |
| XYZ | 14.37 | 6.74 | 47.56 | - |
| YUV | 62.66 | 198.17 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 187 | 0.47 | 0.89 | 0 | 0.27 | 268.38 | 0.81 | 0.41 |
| Hex | 63 | 14 | BB | 2F | 59 | 0 | 1B | 10C | 51 | 29 |
| Octal | 143 | 24 | 273 | 57 | 131 | 0 | 33 | 414 | 121 | 51 |
| Binary | 1100011 | 10100 | 10111011 | 101111 | 1011001 | 0 | 11011 | 100001100 | 1010001 | 101001 |
Color Harmonies of #6314BB
Complementary color
Monochromatic Colors of #6314BB
Black with #6314BB
Text Example
Text Example
White with #6314BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6314BB; }
p { color: rgb(99,20,187); }
H1.HeaderClassName
{
color: #6314BB;
}
.AnyTagClassName
{
color: #6314BB;
}
</style>
background-color css
<style>
a { background-color: #6314BB; }
a { background-color: rgb(99,20,187); }
div.DivClassName
{
background-color: #6314BB;
}
.BgClassName
{
background-color: #6314BB;
}
</style>
border-color css
<style>
span { border-color: #6314BB; }
span { border-color: rgb(99,20,187); }
td.TdClassName
{
border-color: #6314BB;
}
.TagClassName
{
border-color: #6314BB;
}
</style>