Shades of Purple Heart #661FB3
Tints of Purple Heart #661FB3
RGB
CMYK
RGB Variations
Color information
#661FB3 (or 0x661FB3) is known color: Purple Heart. HEX triplet: 66, 1F and B3. RGB value is (102,31,179). Sum of RGB (Red+Green+Blue) = 102+31+179=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 179 (70.31% from 255 or 57.37% from 312); Max value from RGB is 179 - color contains mainly: blue. Hex color #661FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661FB3 is #99E04C. Grayscale: #444444. Windows color (decimal): -10084429 or 11738982. OLE color: 11738982.
HSL color Cylindrical-coordinate representation of color #661FB3: hue angle of 268.78º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661FB3 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 31 | 179 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.30 |
| HSL | 268.78º | 0.7% | 0.41% | - |
| HSV(B) | 268.78º | 0.83% | 0.7% | - |
| XYZ | 14.11 | 7.06 | 43.27 | - |
| YUV | 69.1 | 190.02 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 179 | 0.43 | 0.83 | 0 | 0.30 | 268.78 | 0.7 | 0.41 |
| Hex | 66 | 1F | B3 | 2B | 53 | 0 | 1E | 10D | 46 | 29 |
| Octal | 146 | 37 | 263 | 53 | 123 | 0 | 36 | 415 | 106 | 51 |
| Binary | 1100110 | 11111 | 10110011 | 101011 | 1010011 | 0 | 11110 | 100001101 | 1000110 | 101001 |
Color Harmonies of #661FB3
Complementary color
Monochromatic Colors of #661FB3
Black with #661FB3
Text Example
Text Example
White with #661FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661FB3; }
p { color: rgb(102,31,179); }
H1.HeaderClassName
{
color: #661FB3;
}
.AnyTagClassName
{
color: #661FB3;
}
</style>
background-color css
<style>
a { background-color: #661FB3; }
a { background-color: rgb(102,31,179); }
div.DivClassName
{
background-color: #661FB3;
}
.BgClassName
{
background-color: #661FB3;
}
</style>
border-color css
<style>
span { border-color: #661FB3; }
span { border-color: rgb(102,31,179); }
td.TdClassName
{
border-color: #661FB3;
}
.TagClassName
{
border-color: #661FB3;
}
</style>