Shades of Purple Heart #661BD1
Tints of Purple Heart #661BD1
RGB
CMYK
RGB Variations
Color information
#661BD1 (or 0x661BD1) is known color: Purple Heart. HEX triplet: 66, 1B and D1. RGB value is (102,27,209). Sum of RGB (Red+Green+Blue) = 102+27+209=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #661BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661BD1 is #99E42E. Grayscale: #454545. Windows color (decimal): -10085423 or 13704038. OLE color: 13704038.
HSL color Cylindrical-coordinate representation of color #661BD1: hue angle of 264.73º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661BD1 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 27 | 209 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.18 |
| HSL | 264.73º | 0.77% | 0.46% | - |
| HSV(B) | 264.73º | 0.87% | 0.82% | - |
| XYZ | 17.38 | 8.21 | 60.99 | - |
| YUV | 70.17 | 206.35 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 209 | 0.51 | 0.87 | 0 | 0.18 | 264.73 | 0.77 | 0.46 |
| Hex | 66 | 1B | D1 | 33 | 57 | 0 | 12 | 109 | 4D | 2E |
| Octal | 146 | 33 | 321 | 63 | 127 | 0 | 22 | 411 | 115 | 56 |
| Binary | 1100110 | 11011 | 11010001 | 110011 | 1010111 | 0 | 10010 | 100001001 | 1001101 | 101110 |
Color Harmonies of #661BD1
Complementary color
Monochromatic Colors of #661BD1
Black with #661BD1
Text Example
Text Example
White with #661BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BD1; }
p { color: rgb(102,27,209); }
H1.HeaderClassName
{
color: #661BD1;
}
.AnyTagClassName
{
color: #661BD1;
}
</style>
background-color css
<style>
a { background-color: #661BD1; }
a { background-color: rgb(102,27,209); }
div.DivClassName
{
background-color: #661BD1;
}
.BgClassName
{
background-color: #661BD1;
}
</style>
border-color css
<style>
span { border-color: #661BD1; }
span { border-color: rgb(102,27,209); }
td.TdClassName
{
border-color: #661BD1;
}
.TagClassName
{
border-color: #661BD1;
}
</style>