Shades of Purple Heart #662EAE
Tints of Purple Heart #662EAE
RGB
CMYK
RGB Variations
Color information
#662EAE (or 0x662EAE) is known color: Purple Heart. HEX triplet: 66, 2E and AE. RGB value is (102,46,174). Sum of RGB (Red+Green+Blue) = 102+46+174=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #662EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662EAE is #99D151. Grayscale: #4C4C4C. Windows color (decimal): -10080594 or 11415142. OLE color: 11415142.
HSL color Cylindrical-coordinate representation of color #662EAE: hue angle of 266.25º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #662EAE is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 46 | 174 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.32 |
| HSL | 266.25º | 0.58% | 0.43% | - |
| HSV(B) | 266.25º | 0.74% | 0.68% | - |
| XYZ | 14.1 | 7.83 | 40.81 | - |
| YUV | 77.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 174 | 0.41 | 0.74 | 0 | 0.32 | 266.25 | 0.58 | 0.43 |
| Hex | 66 | 2E | AE | 29 | 4A | 0 | 20 | 10A | 3A | 2B |
| Octal | 146 | 56 | 256 | 51 | 112 | 0 | 40 | 412 | 72 | 53 |
| Binary | 1100110 | 101110 | 10101110 | 101001 | 1001010 | 0 | 100000 | 100001010 | 111010 | 101011 |
Color Harmonies of #662EAE
Complementary color
Monochromatic Colors of #662EAE
Black with #662EAE
Text Example
Text Example
White with #662EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662EAE; }
p { color: rgb(102,46,174); }
H1.HeaderClassName
{
color: #662EAE;
}
.AnyTagClassName
{
color: #662EAE;
}
</style>
background-color css
<style>
a { background-color: #662EAE; }
a { background-color: rgb(102,46,174); }
div.DivClassName
{
background-color: #662EAE;
}
.BgClassName
{
background-color: #662EAE;
}
</style>
border-color css
<style>
span { border-color: #662EAE; }
span { border-color: rgb(102,46,174); }
td.TdClassName
{
border-color: #662EAE;
}
.TagClassName
{
border-color: #662EAE;
}
</style>