Shades of Purple Heart #661ED4
Tints of Purple Heart #661ED4
RGB
CMYK
RGB Variations
Color information
#661ED4 (or 0x661ED4) is known color: Purple Heart. HEX triplet: 66, 1E and D4. RGB value is (102,30,212). Sum of RGB (Red+Green+Blue) = 102+30+212=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 212 (83.20% from 255 or 61.63% from 344); Max value from RGB is 212 - color contains mainly: blue. Hex color #661ED4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ED4 is #99E12B. Grayscale: #474747. Windows color (decimal): -10084652 or 13901414. OLE color: 13901414.
HSL color Cylindrical-coordinate representation of color #661ED4: hue angle of 263.74º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661ED4 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 30 | 212 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.17 |
| HSL | 263.74º | 0.75% | 0.47% | - |
| HSV(B) | 263.74º | 0.86% | 0.83% | - |
| XYZ | 17.83 | 8.51 | 62.99 | - |
| YUV | 72.28 | 206.85 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 212 | 0.52 | 0.86 | 0 | 0.17 | 263.74 | 0.75 | 0.47 |
| Hex | 66 | 1E | D4 | 34 | 56 | 0 | 11 | 108 | 4B | 2F |
| Octal | 146 | 36 | 324 | 64 | 126 | 0 | 21 | 410 | 113 | 57 |
| Binary | 1100110 | 11110 | 11010100 | 110100 | 1010110 | 0 | 10001 | 100001000 | 1001011 | 101111 |
Color Harmonies of #661ED4
Complementary color
Monochromatic Colors of #661ED4
Black with #661ED4
Text Example
Text Example
White with #661ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661ED4; }
p { color: rgb(102,30,212); }
H1.HeaderClassName
{
color: #661ED4;
}
.AnyTagClassName
{
color: #661ED4;
}
</style>
background-color css
<style>
a { background-color: #661ED4; }
a { background-color: rgb(102,30,212); }
div.DivClassName
{
background-color: #661ED4;
}
.BgClassName
{
background-color: #661ED4;
}
</style>
border-color css
<style>
span { border-color: #661ED4; }
span { border-color: rgb(102,30,212); }
td.TdClassName
{
border-color: #661ED4;
}
.TagClassName
{
border-color: #661ED4;
}
</style>