Shades of Purple Heart #662FAD
Tints of Purple Heart #662FAD
RGB
CMYK
RGB Variations
Color information
#662FAD (or 0x662FAD) is known color: Purple Heart. HEX triplet: 66, 2F and AD. RGB value is (102,47,173). Sum of RGB (Red+Green+Blue) = 102+47+173=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #662FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662FAD is #99D052. Grayscale: #4D4D4D. Windows color (decimal): -10080339 or 11349862. OLE color: 11349862.
HSL color Cylindrical-coordinate representation of color #662FAD: hue angle of 266.19º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #662FAD is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 47 | 173 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.32 |
| HSL | 266.19º | 0.57% | 0.43% | - |
| HSV(B) | 266.19º | 0.73% | 0.68% | - |
| XYZ | 14.04 | 7.87 | 40.32 | - |
| YUV | 77.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 173 | 0.41 | 0.73 | 0 | 0.32 | 266.19 | 0.57 | 0.43 |
| Hex | 66 | 2F | AD | 29 | 49 | 0 | 20 | 10A | 39 | 2B |
| Octal | 146 | 57 | 255 | 51 | 111 | 0 | 40 | 412 | 71 | 53 |
| Binary | 1100110 | 101111 | 10101101 | 101001 | 1001001 | 0 | 100000 | 100001010 | 111001 | 101011 |
Color Harmonies of #662FAD
Complementary color
Monochromatic Colors of #662FAD
Black with #662FAD
Text Example
Text Example
White with #662FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662FAD; }
p { color: rgb(102,47,173); }
H1.HeaderClassName
{
color: #662FAD;
}
.AnyTagClassName
{
color: #662FAD;
}
</style>
background-color css
<style>
a { background-color: #662FAD; }
a { background-color: rgb(102,47,173); }
div.DivClassName
{
background-color: #662FAD;
}
.BgClassName
{
background-color: #662FAD;
}
</style>
border-color css
<style>
span { border-color: #662FAD; }
span { border-color: rgb(102,47,173); }
td.TdClassName
{
border-color: #662FAD;
}
.TagClassName
{
border-color: #662FAD;
}
</style>