Shades of Purple Heart #6614BD
Tints of Purple Heart #6614BD
RGB
CMYK
RGB Variations
Color information
#6614BD (or 0x6614BD) is known color: Purple Heart. HEX triplet: 66, 14 and BD. RGB value is (102,20,189). Sum of RGB (Red+Green+Blue) = 102+20+189=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #6614BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6614BD is #99EB42. Grayscale: #3F3F3F. Windows color (decimal): -10087235 or 12391526. OLE color: 12391526.
HSL color Cylindrical-coordinate representation of color #6614BD: hue angle of 269.11º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6614BD is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 20 | 189 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.26 |
| HSL | 269.11º | 0.81% | 0.41% | - |
| HSV(B) | 269.11º | 0.89% | 0.74% | - |
| XYZ | 14.91 | 7 | 48.71 | - |
| YUV | 63.78 | 198.67 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 189 | 0.46 | 0.89 | 0 | 0.26 | 269.11 | 0.81 | 0.41 |
| Hex | 66 | 14 | BD | 2E | 59 | 0 | 1A | 10D | 51 | 29 |
| Octal | 146 | 24 | 275 | 56 | 131 | 0 | 32 | 415 | 121 | 51 |
| Binary | 1100110 | 10100 | 10111101 | 101110 | 1011001 | 0 | 11010 | 100001101 | 1010001 | 101001 |
Color Harmonies of #6614BD
Complementary color
Monochromatic Colors of #6614BD
Black with #6614BD
Text Example
Text Example
White with #6614BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6614BD; }
p { color: rgb(102,20,189); }
H1.HeaderClassName
{
color: #6614BD;
}
.AnyTagClassName
{
color: #6614BD;
}
</style>
background-color css
<style>
a { background-color: #6614BD; }
a { background-color: rgb(102,20,189); }
div.DivClassName
{
background-color: #6614BD;
}
.BgClassName
{
background-color: #6614BD;
}
</style>
border-color css
<style>
span { border-color: #6614BD; }
span { border-color: rgb(102,20,189); }
td.TdClassName
{
border-color: #6614BD;
}
.TagClassName
{
border-color: #6614BD;
}
</style>