Shades of Purple Heart #662DDA
Tints of Purple Heart #662DDA
RGB
CMYK
RGB Variations
Color information
#662DDA (or 0x662DDA) is known color: Purple Heart. HEX triplet: 66, 2D and DA. RGB value is (102,45,218). Sum of RGB (Red+Green+Blue) = 102+45+218=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #662DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662DDA is #99D225. Grayscale: #515151. Windows color (decimal): -10080806 or 14298470. OLE color: 14298470.
HSL color Cylindrical-coordinate representation of color #662DDA: hue angle of 259.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662DDA is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 45 | 218 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.15 |
| HSL | 259.77º | 0.7% | 0.52% | - |
| HSV(B) | 259.77º | 0.79% | 0.85% | - |
| XYZ | 19.07 | 9.76 | 67.21 | - |
| YUV | 81.77 | 204.88 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 218 | 0.53 | 0.79 | 0 | 0.15 | 259.77 | 0.7 | 0.52 |
| Hex | 66 | 2D | DA | 35 | 4F | 0 | F | 104 | 46 | 34 |
| Octal | 146 | 55 | 332 | 65 | 117 | 0 | 17 | 404 | 106 | 64 |
| Binary | 1100110 | 101101 | 11011010 | 110101 | 1001111 | 0 | 1111 | 100000100 | 1000110 | 110100 |
Color Harmonies of #662DDA
Complementary color
Monochromatic Colors of #662DDA
Black with #662DDA
Text Example
Text Example
White with #662DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DDA; }
p { color: rgb(102,45,218); }
H1.HeaderClassName
{
color: #662DDA;
}
.AnyTagClassName
{
color: #662DDA;
}
</style>
background-color css
<style>
a { background-color: #662DDA; }
a { background-color: rgb(102,45,218); }
div.DivClassName
{
background-color: #662DDA;
}
.BgClassName
{
background-color: #662DDA;
}
</style>
border-color css
<style>
span { border-color: #662DDA; }
span { border-color: rgb(102,45,218); }
td.TdClassName
{
border-color: #662DDA;
}
.TagClassName
{
border-color: #662DDA;
}
</style>