Shades of Purple Heart #6614B1
Tints of Purple Heart #6614B1
RGB
CMYK
RGB Variations
Color information
#6614B1 (or 0x6614B1) is known color: Purple Heart. HEX triplet: 66, 14 and B1. RGB value is (102,20,177). Sum of RGB (Red+Green+Blue) = 102+20+177=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 177 (69.53% from 255 or 59.20% from 299); Max value from RGB is 177 - color contains mainly: blue. Hex color #6614B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6614B1 is #99EB4E. Grayscale: #3D3D3D. Windows color (decimal): -10087247 or 11605094. OLE color: 11605094.
HSL color Cylindrical-coordinate representation of color #6614B1: hue angle of 271.34º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6614B1 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 20 | 177 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.31 |
| HSL | 271.34º | 0.8% | 0.39% | - |
| HSV(B) | 271.34º | 0.89% | 0.69% | - |
| XYZ | 13.67 | 6.5 | 42.13 | - |
| YUV | 62.42 | 192.67 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 177 | 0.42 | 0.89 | 0 | 0.31 | 271.34 | 0.8 | 0.39 |
| Hex | 66 | 14 | B1 | 2A | 59 | 0 | 1F | 10F | 50 | 27 |
| Octal | 146 | 24 | 261 | 52 | 131 | 0 | 37 | 417 | 120 | 47 |
| Binary | 1100110 | 10100 | 10110001 | 101010 | 1011001 | 0 | 11111 | 100001111 | 1010000 | 100111 |
Color Harmonies of #6614B1
Complementary color
Monochromatic Colors of #6614B1
Black with #6614B1
Text Example
Text Example
White with #6614B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6614B1; }
p { color: rgb(102,20,177); }
H1.HeaderClassName
{
color: #6614B1;
}
.AnyTagClassName
{
color: #6614B1;
}
</style>
background-color css
<style>
a { background-color: #6614B1; }
a { background-color: rgb(102,20,177); }
div.DivClassName
{
background-color: #6614B1;
}
.BgClassName
{
background-color: #6614B1;
}
</style>
border-color css
<style>
span { border-color: #6614B1; }
span { border-color: rgb(102,20,177); }
td.TdClassName
{
border-color: #6614B1;
}
.TagClassName
{
border-color: #6614B1;
}
</style>