Shades of Purple Heart #661BDC
Tints of Purple Heart #661BDC
RGB
CMYK
RGB Variations
Color information
#661BDC (or 0x661BDC) is known color: Purple Heart. HEX triplet: 66, 1B and DC. RGB value is (102,27,220). Sum of RGB (Red+Green+Blue) = 102+27+220=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #661BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661BDC is #99E423. Grayscale: #464646. Windows color (decimal): -10085412 or 14424934. OLE color: 14424934.
HSL color Cylindrical-coordinate representation of color #661BDC: hue angle of 263.32º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661BDC is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 27 | 220 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.14 |
| HSL | 263.32º | 0.78% | 0.48% | - |
| HSV(B) | 263.32º | 0.88% | 0.86% | - |
| XYZ | 18.79 | 8.78 | 68.41 | - |
| YUV | 71.43 | 211.85 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 220 | 0.54 | 0.88 | 0 | 0.14 | 263.32 | 0.78 | 0.48 |
| Hex | 66 | 1B | DC | 36 | 58 | 0 | E | 107 | 4E | 30 |
| Octal | 146 | 33 | 334 | 66 | 130 | 0 | 16 | 407 | 116 | 60 |
| Binary | 1100110 | 11011 | 11011100 | 110110 | 1011000 | 0 | 1110 | 100000111 | 1001110 | 110000 |
Color Harmonies of #661BDC
Complementary color
Monochromatic Colors of #661BDC
Black with #661BDC
Text Example
Text Example
White with #661BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BDC; }
p { color: rgb(102,27,220); }
H1.HeaderClassName
{
color: #661BDC;
}
.AnyTagClassName
{
color: #661BDC;
}
</style>
background-color css
<style>
a { background-color: #661BDC; }
a { background-color: rgb(102,27,220); }
div.DivClassName
{
background-color: #661BDC;
}
.BgClassName
{
background-color: #661BDC;
}
</style>
border-color css
<style>
span { border-color: #661BDC; }
span { border-color: rgb(102,27,220); }
td.TdClassName
{
border-color: #661BDC;
}
.TagClassName
{
border-color: #661BDC;
}
</style>