Shades of Purple Heart #661FD0
Tints of Purple Heart #661FD0
RGB
CMYK
RGB Variations
Color information
#661FD0 (or 0x661FD0) is known color: Purple Heart. HEX triplet: 66, 1F and D0. RGB value is (102,31,208). Sum of RGB (Red+Green+Blue) = 102+31+208=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #661FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661FD0 is #99E02F. Grayscale: #474747. Windows color (decimal): -10084400 or 13639526. OLE color: 13639526.
HSL color Cylindrical-coordinate representation of color #661FD0: hue angle of 264.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661FD0 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 31 | 208 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.18 |
| HSL | 264.07º | 0.74% | 0.47% | - |
| HSV(B) | 264.07º | 0.85% | 0.82% | - |
| XYZ | 17.35 | 8.36 | 60.37 | - |
| YUV | 72.41 | 204.52 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 208 | 0.51 | 0.85 | 0 | 0.18 | 264.07 | 0.74 | 0.47 |
| Hex | 66 | 1F | D0 | 33 | 55 | 0 | 12 | 108 | 4A | 2F |
| Octal | 146 | 37 | 320 | 63 | 125 | 0 | 22 | 410 | 112 | 57 |
| Binary | 1100110 | 11111 | 11010000 | 110011 | 1010101 | 0 | 10010 | 100001000 | 1001010 | 101111 |
Color Harmonies of #661FD0
Complementary color
Monochromatic Colors of #661FD0
Black with #661FD0
Text Example
Text Example
White with #661FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661FD0; }
p { color: rgb(102,31,208); }
H1.HeaderClassName
{
color: #661FD0;
}
.AnyTagClassName
{
color: #661FD0;
}
</style>
background-color css
<style>
a { background-color: #661FD0; }
a { background-color: rgb(102,31,208); }
div.DivClassName
{
background-color: #661FD0;
}
.BgClassName
{
background-color: #661FD0;
}
</style>
border-color css
<style>
span { border-color: #661FD0; }
span { border-color: rgb(102,31,208); }
td.TdClassName
{
border-color: #661FD0;
}
.TagClassName
{
border-color: #661FD0;
}
</style>