Shades of Purple Heart #661EAD
Tints of Purple Heart #661EAD
RGB
CMYK
RGB Variations
Color information
#661EAD (or 0x661EAD) is known color: Purple Heart. HEX triplet: 66, 1E and AD. RGB value is (102,30,173). Sum of RGB (Red+Green+Blue) = 102+30+173=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #661EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661EAD is #99E152. Grayscale: #434343. Windows color (decimal): -10084691 or 11345510. OLE color: 11345510.
HSL color Cylindrical-coordinate representation of color #661EAD: hue angle of 270.21º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661EAD is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 30 | 173 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.32 |
| HSL | 270.21º | 0.7% | 0.4% | - |
| HSV(B) | 270.21º | 0.83% | 0.68% | - |
| XYZ | 13.49 | 6.77 | 40.13 | - |
| YUV | 67.83 | 187.35 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 173 | 0.41 | 0.83 | 0 | 0.32 | 270.21 | 0.7 | 0.4 |
| Hex | 66 | 1E | AD | 29 | 53 | 0 | 20 | 10E | 46 | 28 |
| Octal | 146 | 36 | 255 | 51 | 123 | 0 | 40 | 416 | 106 | 50 |
| Binary | 1100110 | 11110 | 10101101 | 101001 | 1010011 | 0 | 100000 | 100001110 | 1000110 | 101000 |
Color Harmonies of #661EAD
Complementary color
Monochromatic Colors of #661EAD
Black with #661EAD
Text Example
Text Example
White with #661EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661EAD; }
p { color: rgb(102,30,173); }
H1.HeaderClassName
{
color: #661EAD;
}
.AnyTagClassName
{
color: #661EAD;
}
</style>
background-color css
<style>
a { background-color: #661EAD; }
a { background-color: rgb(102,30,173); }
div.DivClassName
{
background-color: #661EAD;
}
.BgClassName
{
background-color: #661EAD;
}
</style>
border-color css
<style>
span { border-color: #661EAD; }
span { border-color: rgb(102,30,173); }
td.TdClassName
{
border-color: #661EAD;
}
.TagClassName
{
border-color: #661EAD;
}
</style>