Shades of Purple Heart #660CB1
Tints of Purple Heart #660CB1
RGB
CMYK
RGB Variations
Color information
#660CB1 (or 0x660CB1) is known color: Purple Heart. HEX triplet: 66, 0C and B1. RGB value is (102,12,177). Sum of RGB (Red+Green+Blue) = 102+12+177=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #660CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660CB1 is #99F34E. Grayscale: #393939. Windows color (decimal): -10089295 or 11603046. OLE color: 11603046.
HSL color Cylindrical-coordinate representation of color #660CB1: hue angle of 272.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660CB1 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 12 | 177 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.31 |
| HSL | 272.73º | 0.87% | 0.37% | - |
| HSV(B) | 272.73º | 0.93% | 0.69% | - |
| XYZ | 13.55 | 6.26 | 42.09 | - |
| YUV | 57.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 177 | 0.42 | 0.93 | 0 | 0.31 | 272.73 | 0.87 | 0.37 |
| Hex | 66 | C | B1 | 2A | 5D | 0 | 1F | 111 | 57 | 25 |
| Octal | 146 | 14 | 261 | 52 | 135 | 0 | 37 | 421 | 127 | 45 |
| Binary | 1100110 | 1100 | 10110001 | 101010 | 1011101 | 0 | 11111 | 100010001 | 1010111 | 100101 |
Color Harmonies of #660CB1
Complementary color
Monochromatic Colors of #660CB1
Black with #660CB1
Text Example
Text Example
White with #660CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CB1; }
p { color: rgb(102,12,177); }
H1.HeaderClassName
{
color: #660CB1;
}
.AnyTagClassName
{
color: #660CB1;
}
</style>
background-color css
<style>
a { background-color: #660CB1; }
a { background-color: rgb(102,12,177); }
div.DivClassName
{
background-color: #660CB1;
}
.BgClassName
{
background-color: #660CB1;
}
</style>
border-color css
<style>
span { border-color: #660CB1; }
span { border-color: rgb(102,12,177); }
td.TdClassName
{
border-color: #660CB1;
}
.TagClassName
{
border-color: #660CB1;
}
</style>