Shades of Purple Heart #661CB3
Tints of Purple Heart #661CB3
RGB
CMYK
RGB Variations
Color information
#661CB3 (or 0x661CB3) is known color: Purple Heart. HEX triplet: 66, 1C and B3. RGB value is (102,28,179). Sum of RGB (Red+Green+Blue) = 102+28+179=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 179 (70.31% from 255 or 57.93% from 309); Max value from RGB is 179 - color contains mainly: blue. Hex color #661CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661CB3 is #99E34C. Grayscale: #424242. Windows color (decimal): -10085197 or 11738214. OLE color: 11738214.
HSL color Cylindrical-coordinate representation of color #661CB3: hue angle of 269.4º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661CB3 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 28 | 179 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.30 |
| HSL | 269.4º | 0.73% | 0.41% | - |
| HSV(B) | 269.4º | 0.84% | 0.7% | - |
| XYZ | 14.03 | 6.91 | 43.24 | - |
| YUV | 67.34 | 191.02 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 179 | 0.43 | 0.84 | 0 | 0.30 | 269.4 | 0.73 | 0.41 |
| Hex | 66 | 1C | B3 | 2B | 54 | 0 | 1E | 10D | 49 | 29 |
| Octal | 146 | 34 | 263 | 53 | 124 | 0 | 36 | 415 | 111 | 51 |
| Binary | 1100110 | 11100 | 10110011 | 101011 | 1010100 | 0 | 11110 | 100001101 | 1001001 | 101001 |
Color Harmonies of #661CB3
Complementary color
Monochromatic Colors of #661CB3
Black with #661CB3
Text Example
Text Example
White with #661CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661CB3; }
p { color: rgb(102,28,179); }
H1.HeaderClassName
{
color: #661CB3;
}
.AnyTagClassName
{
color: #661CB3;
}
</style>
background-color css
<style>
a { background-color: #661CB3; }
a { background-color: rgb(102,28,179); }
div.DivClassName
{
background-color: #661CB3;
}
.BgClassName
{
background-color: #661CB3;
}
</style>
border-color css
<style>
span { border-color: #661CB3; }
span { border-color: rgb(102,28,179); }
td.TdClassName
{
border-color: #661CB3;
}
.TagClassName
{
border-color: #661CB3;
}
</style>