Shades of Purple Heart #6610C3
Tints of Purple Heart #6610C3
RGB
CMYK
RGB Variations
Color information
#6610C3 (or 0x6610C3) is known color: Purple Heart. HEX triplet: 66, 10 and C3. RGB value is (102,16,195). Sum of RGB (Red+Green+Blue) = 102+16+195=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 195 (76.56% from 255 or 62.30% from 313); Max value from RGB is 195 - color contains mainly: blue. Hex color #6610C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6610C3 is #99EF3C. Grayscale: #3D3D3D. Windows color (decimal): -10088253 or 12783718. OLE color: 12783718.
HSL color Cylindrical-coordinate representation of color #6610C3: hue angle of 268.83º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6610C3 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 16 | 195 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.24 |
| HSL | 268.83º | 0.85% | 0.41% | - |
| HSV(B) | 268.83º | 0.92% | 0.76% | - |
| XYZ | 15.52 | 7.14 | 52.19 | - |
| YUV | 62.12 | 202.99 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 195 | 0.48 | 0.92 | 0 | 0.24 | 268.83 | 0.85 | 0.41 |
| Hex | 66 | 10 | C3 | 30 | 5C | 0 | 18 | 10D | 55 | 29 |
| Octal | 146 | 20 | 303 | 60 | 134 | 0 | 30 | 415 | 125 | 51 |
| Binary | 1100110 | 10000 | 11000011 | 110000 | 1011100 | 0 | 11000 | 100001101 | 1010101 | 101001 |
Color Harmonies of #6610C3
Complementary color
Monochromatic Colors of #6610C3
Black with #6610C3
Text Example
Text Example
White with #6610C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6610C3; }
p { color: rgb(102,16,195); }
H1.HeaderClassName
{
color: #6610C3;
}
.AnyTagClassName
{
color: #6610C3;
}
</style>
background-color css
<style>
a { background-color: #6610C3; }
a { background-color: rgb(102,16,195); }
div.DivClassName
{
background-color: #6610C3;
}
.BgClassName
{
background-color: #6610C3;
}
</style>
border-color css
<style>
span { border-color: #6610C3; }
span { border-color: rgb(102,16,195); }
td.TdClassName
{
border-color: #6610C3;
}
.TagClassName
{
border-color: #6610C3;
}
</style>