Shades of Purple Heart #661BD3
Tints of Purple Heart #661BD3
RGB
CMYK
RGB Variations
Color information
#661BD3 (or 0x661BD3) is known color: Purple Heart. HEX triplet: 66, 1B and D3. RGB value is (102,27,211). Sum of RGB (Red+Green+Blue) = 102+27+211=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 211 (82.81% from 255 or 62.06% from 340); Max value from RGB is 211 - color contains mainly: blue. Hex color #661BD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661BD3 is #99E42C. Grayscale: #454545. Windows color (decimal): -10085421 or 13835110. OLE color: 13835110.
HSL color Cylindrical-coordinate representation of color #661BD3: hue angle of 264.46º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661BD3 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 27 | 211 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.17 |
| HSL | 264.46º | 0.77% | 0.47% | - |
| HSV(B) | 264.46º | 0.87% | 0.83% | - |
| XYZ | 17.63 | 8.31 | 62.3 | - |
| YUV | 70.4 | 207.35 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 211 | 0.52 | 0.87 | 0 | 0.17 | 264.46 | 0.77 | 0.47 |
| Hex | 66 | 1B | D3 | 34 | 57 | 0 | 11 | 108 | 4D | 2F |
| Octal | 146 | 33 | 323 | 64 | 127 | 0 | 21 | 410 | 115 | 57 |
| Binary | 1100110 | 11011 | 11010011 | 110100 | 1010111 | 0 | 10001 | 100001000 | 1001101 | 101111 |
Color Harmonies of #661BD3
Complementary color
Monochromatic Colors of #661BD3
Black with #661BD3
Text Example
Text Example
White with #661BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BD3; }
p { color: rgb(102,27,211); }
H1.HeaderClassName
{
color: #661BD3;
}
.AnyTagClassName
{
color: #661BD3;
}
</style>
background-color css
<style>
a { background-color: #661BD3; }
a { background-color: rgb(102,27,211); }
div.DivClassName
{
background-color: #661BD3;
}
.BgClassName
{
background-color: #661BD3;
}
</style>
border-color css
<style>
span { border-color: #661BD3; }
span { border-color: rgb(102,27,211); }
td.TdClassName
{
border-color: #661BD3;
}
.TagClassName
{
border-color: #661BD3;
}
</style>