Shades of Purple Heart #6611D3
Tints of Purple Heart #6611D3
RGB
CMYK
RGB Variations
Color information
#6611D3 (or 0x6611D3) is known color: Purple Heart. HEX triplet: 66, 11 and D3. RGB value is (102,17,211). Sum of RGB (Red+Green+Blue) = 102+17+211=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 211 (82.81% from 255 or 63.94% from 330); Max value from RGB is 211 - color contains mainly: blue. Hex color #6611D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6611D3 is #99EE2C. Grayscale: #3F3F3F. Windows color (decimal): -10087981 or 13832550. OLE color: 13832550.
HSL color Cylindrical-coordinate representation of color #6611D3: hue angle of 266.29º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6611D3 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 17 | 211 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.17 |
| HSL | 266.29º | 0.85% | 0.45% | - |
| HSV(B) | 266.29º | 0.92% | 0.83% | - |
| XYZ | 17.44 | 7.93 | 62.24 | - |
| YUV | 64.53 | 210.66 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 211 | 0.52 | 0.92 | 0 | 0.17 | 266.29 | 0.85 | 0.45 |
| Hex | 66 | 11 | D3 | 34 | 5C | 0 | 11 | 10A | 55 | 2D |
| Octal | 146 | 21 | 323 | 64 | 134 | 0 | 21 | 412 | 125 | 55 |
| Binary | 1100110 | 10001 | 11010011 | 110100 | 1011100 | 0 | 10001 | 100001010 | 1010101 | 101101 |
Color Harmonies of #6611D3
Complementary color
Monochromatic Colors of #6611D3
Black with #6611D3
Text Example
Text Example
White with #6611D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6611D3; }
p { color: rgb(102,17,211); }
H1.HeaderClassName
{
color: #6611D3;
}
.AnyTagClassName
{
color: #6611D3;
}
</style>
background-color css
<style>
a { background-color: #6611D3; }
a { background-color: rgb(102,17,211); }
div.DivClassName
{
background-color: #6611D3;
}
.BgClassName
{
background-color: #6611D3;
}
</style>
border-color css
<style>
span { border-color: #6611D3; }
span { border-color: rgb(102,17,211); }
td.TdClassName
{
border-color: #6611D3;
}
.TagClassName
{
border-color: #6611D3;
}
</style>