Shades of Purple Heart #661BDF
Tints of Purple Heart #661BDF
RGB
CMYK
RGB Variations
Color information
#661BDF (or 0x661BDF) is known color: Purple Heart. HEX triplet: 66, 1B and DF. RGB value is (102,27,223). Sum of RGB (Red+Green+Blue) = 102+27+223=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #661BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661BDF is #99E420. Grayscale: #474747. Windows color (decimal): -10085409 or 14621542. OLE color: 14621542.
HSL color Cylindrical-coordinate representation of color #661BDF: hue angle of 262.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661BDF is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 27 | 223 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.13 |
| HSL | 262.96º | 0.78% | 0.49% | - |
| HSV(B) | 262.96º | 0.88% | 0.87% | - |
| XYZ | 19.19 | 8.94 | 70.53 | - |
| YUV | 71.77 | 213.35 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 223 | 0.54 | 0.88 | 0 | 0.13 | 262.96 | 0.78 | 0.49 |
| Hex | 66 | 1B | DF | 36 | 58 | 0 | D | 107 | 4E | 31 |
| Octal | 146 | 33 | 337 | 66 | 130 | 0 | 15 | 407 | 116 | 61 |
| Binary | 1100110 | 11011 | 11011111 | 110110 | 1011000 | 0 | 1101 | 100000111 | 1001110 | 110001 |
Color Harmonies of #661BDF
Complementary color
Monochromatic Colors of #661BDF
Black with #661BDF
Text Example
Text Example
White with #661BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BDF; }
p { color: rgb(102,27,223); }
H1.HeaderClassName
{
color: #661BDF;
}
.AnyTagClassName
{
color: #661BDF;
}
</style>
background-color css
<style>
a { background-color: #661BDF; }
a { background-color: rgb(102,27,223); }
div.DivClassName
{
background-color: #661BDF;
}
.BgClassName
{
background-color: #661BDF;
}
</style>
border-color css
<style>
span { border-color: #661BDF; }
span { border-color: rgb(102,27,223); }
td.TdClassName
{
border-color: #661BDF;
}
.TagClassName
{
border-color: #661BDF;
}
</style>