Shades of Purple Heart #662DAC
Tints of Purple Heart #662DAC
RGB
CMYK
RGB Variations
Color information
#662DAC (or 0x662DAC) is known color: Purple Heart. HEX triplet: 66, 2D and AC. RGB value is (102,45,172). Sum of RGB (Red+Green+Blue) = 102+45+172=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #662DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662DAC is #99D253. Grayscale: #4C4C4C. Windows color (decimal): -10080852 or 11283814. OLE color: 11283814.
HSL color Cylindrical-coordinate representation of color #662DAC: hue angle of 266.93º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #662DAC is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 45 | 172 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.33 |
| HSL | 266.93º | 0.59% | 0.43% | - |
| HSV(B) | 266.93º | 0.74% | 0.67% | - |
| XYZ | 13.86 | 7.68 | 39.78 | - |
| YUV | 76.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 172 | 0.41 | 0.74 | 0 | 0.33 | 266.93 | 0.59 | 0.43 |
| Hex | 66 | 2D | AC | 29 | 4A | 0 | 21 | 10B | 3B | 2B |
| Octal | 146 | 55 | 254 | 51 | 112 | 0 | 41 | 413 | 73 | 53 |
| Binary | 1100110 | 101101 | 10101100 | 101001 | 1001010 | 0 | 100001 | 100001011 | 111011 | 101011 |
Color Harmonies of #662DAC
Complementary color
Monochromatic Colors of #662DAC
Black with #662DAC
Text Example
Text Example
White with #662DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DAC; }
p { color: rgb(102,45,172); }
H1.HeaderClassName
{
color: #662DAC;
}
.AnyTagClassName
{
color: #662DAC;
}
</style>
background-color css
<style>
a { background-color: #662DAC; }
a { background-color: rgb(102,45,172); }
div.DivClassName
{
background-color: #662DAC;
}
.BgClassName
{
background-color: #662DAC;
}
</style>
border-color css
<style>
span { border-color: #662DAC; }
span { border-color: rgb(102,45,172); }
td.TdClassName
{
border-color: #662DAC;
}
.TagClassName
{
border-color: #662DAC;
}
</style>