Shades of Purple Heart #661DC0
Tints of Purple Heart #661DC0
RGB
CMYK
RGB Variations
Color information
#661DC0 (or 0x661DC0) is known color: Purple Heart. HEX triplet: 66, 1D and C0. RGB value is (102,29,192). Sum of RGB (Red+Green+Blue) = 102+29+192=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #661DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DC0 is #99E23F. Grayscale: #444444. Windows color (decimal): -10084928 or 12590438. OLE color: 12590438.
HSL color Cylindrical-coordinate representation of color #661DC0: hue angle of 266.87º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661DC0 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 29 | 192 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.25 |
| HSL | 266.87º | 0.74% | 0.43% | - |
| HSV(B) | 266.87º | 0.85% | 0.75% | - |
| XYZ | 15.43 | 7.51 | 50.51 | - |
| YUV | 69.41 | 197.18 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 192 | 0.47 | 0.85 | 0 | 0.25 | 266.87 | 0.74 | 0.43 |
| Hex | 66 | 1D | C0 | 2F | 55 | 0 | 19 | 10B | 4A | 2B |
| Octal | 146 | 35 | 300 | 57 | 125 | 0 | 31 | 413 | 112 | 53 |
| Binary | 1100110 | 11101 | 11000000 | 101111 | 1010101 | 0 | 11001 | 100001011 | 1001010 | 101011 |
Color Harmonies of #661DC0
Complementary color
Monochromatic Colors of #661DC0
Black with #661DC0
Text Example
Text Example
White with #661DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661DC0; }
p { color: rgb(102,29,192); }
H1.HeaderClassName
{
color: #661DC0;
}
.AnyTagClassName
{
color: #661DC0;
}
</style>
background-color css
<style>
a { background-color: #661DC0; }
a { background-color: rgb(102,29,192); }
div.DivClassName
{
background-color: #661DC0;
}
.BgClassName
{
background-color: #661DC0;
}
</style>
border-color css
<style>
span { border-color: #661DC0; }
span { border-color: rgb(102,29,192); }
td.TdClassName
{
border-color: #661DC0;
}
.TagClassName
{
border-color: #661DC0;
}
</style>