Shades of Purple Heart #660FB1
Tints of Purple Heart #660FB1
RGB
CMYK
RGB Variations
Color information
#660FB1 (or 0x660FB1) is known color: Purple Heart. HEX triplet: 66, 0F and B1. RGB value is (102,15,177). Sum of RGB (Red+Green+Blue) = 102+15+177=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #660FB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660FB1 is #99F04E. Grayscale: #3A3A3A. Windows color (decimal): -10088527 or 11603814. OLE color: 11603814.
HSL color Cylindrical-coordinate representation of color #660FB1: hue angle of 272.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660FB1 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 15 | 177 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.31 |
| HSL | 272.22º | 0.84% | 0.38% | - |
| HSV(B) | 272.22º | 0.92% | 0.69% | - |
| XYZ | 13.59 | 6.34 | 42.1 | - |
| YUV | 59.48 | 194.32 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 177 | 0.42 | 0.92 | 0 | 0.31 | 272.22 | 0.84 | 0.38 |
| Hex | 66 | F | B1 | 2A | 5C | 0 | 1F | 110 | 54 | 26 |
| Octal | 146 | 17 | 261 | 52 | 134 | 0 | 37 | 420 | 124 | 46 |
| Binary | 1100110 | 1111 | 10110001 | 101010 | 1011100 | 0 | 11111 | 100010000 | 1010100 | 100110 |
Color Harmonies of #660FB1
Complementary color
Monochromatic Colors of #660FB1
Black with #660FB1
Text Example
Text Example
White with #660FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FB1; }
p { color: rgb(102,15,177); }
H1.HeaderClassName
{
color: #660FB1;
}
.AnyTagClassName
{
color: #660FB1;
}
</style>
background-color css
<style>
a { background-color: #660FB1; }
a { background-color: rgb(102,15,177); }
div.DivClassName
{
background-color: #660FB1;
}
.BgClassName
{
background-color: #660FB1;
}
</style>
border-color css
<style>
span { border-color: #660FB1; }
span { border-color: rgb(102,15,177); }
td.TdClassName
{
border-color: #660FB1;
}
.TagClassName
{
border-color: #660FB1;
}
</style>