Shades of Purple Heart #661CDA
Tints of Purple Heart #661CDA
RGB
CMYK
RGB Variations
Color information
#661CDA (or 0x661CDA) is known color: Purple Heart. HEX triplet: 66, 1C and DA. RGB value is (102,28,218). Sum of RGB (Red+Green+Blue) = 102+28+218=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #661CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661CDA is #99E325. Grayscale: #474747. Windows color (decimal): -10085158 or 14294118. OLE color: 14294118.
HSL color Cylindrical-coordinate representation of color #661CDA: hue angle of 263.37º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661CDA is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 28 | 218 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.15 |
| HSL | 263.37º | 0.77% | 0.48% | - |
| HSV(B) | 263.37º | 0.87% | 0.85% | - |
| XYZ | 18.55 | 8.72 | 67.03 | - |
| YUV | 71.79 | 210.52 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 218 | 0.53 | 0.87 | 0 | 0.15 | 263.37 | 0.77 | 0.48 |
| Hex | 66 | 1C | DA | 35 | 57 | 0 | F | 107 | 4D | 30 |
| Octal | 146 | 34 | 332 | 65 | 127 | 0 | 17 | 407 | 115 | 60 |
| Binary | 1100110 | 11100 | 11011010 | 110101 | 1010111 | 0 | 1111 | 100000111 | 1001101 | 110000 |
Color Harmonies of #661CDA
Complementary color
Monochromatic Colors of #661CDA
Black with #661CDA
Text Example
Text Example
White with #661CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661CDA; }
p { color: rgb(102,28,218); }
H1.HeaderClassName
{
color: #661CDA;
}
.AnyTagClassName
{
color: #661CDA;
}
</style>
background-color css
<style>
a { background-color: #661CDA; }
a { background-color: rgb(102,28,218); }
div.DivClassName
{
background-color: #661CDA;
}
.BgClassName
{
background-color: #661CDA;
}
</style>
border-color css
<style>
span { border-color: #661CDA; }
span { border-color: rgb(102,28,218); }
td.TdClassName
{
border-color: #661CDA;
}
.TagClassName
{
border-color: #661CDA;
}
</style>