Shades of Purple Heart #670AAD
Tints of Purple Heart #670AAD
RGB
CMYK
RGB Variations
Color information
#670AAD (or 0x670AAD) is known color: Purple Heart. HEX triplet: 67, 0A and AD. RGB value is (103,10,173). Sum of RGB (Red+Green+Blue) = 103+10+173=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #670AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670AAD is #98F552. Grayscale: #373737. Windows color (decimal): -10024275 or 11340391. OLE color: 11340391.
HSL color Cylindrical-coordinate representation of color #670AAD: hue angle of 274.23º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670AAD is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 10 | 173 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.32 |
| HSL | 274.23º | 0.89% | 0.36% | - |
| HSV(B) | 274.23º | 0.94% | 0.68% | - |
| XYZ | 13.24 | 6.12 | 40.02 | - |
| YUV | 56.39 | 193.81 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 173 | 0.40 | 0.94 | 0 | 0.32 | 274.23 | 0.89 | 0.36 |
| Hex | 67 | A | AD | 28 | 5E | 0 | 20 | 112 | 59 | 24 |
| Octal | 147 | 12 | 255 | 50 | 136 | 0 | 40 | 422 | 131 | 44 |
| Binary | 1100111 | 1010 | 10101101 | 101000 | 1011110 | 0 | 100000 | 100010010 | 1011001 | 100100 |
Color Harmonies of #670AAD
Complementary color
Monochromatic Colors of #670AAD
Black with #670AAD
Text Example
Text Example
White with #670AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670AAD; }
p { color: rgb(103,10,173); }
H1.HeaderClassName
{
color: #670AAD;
}
.AnyTagClassName
{
color: #670AAD;
}
</style>
background-color css
<style>
a { background-color: #670AAD; }
a { background-color: rgb(103,10,173); }
div.DivClassName
{
background-color: #670AAD;
}
.BgClassName
{
background-color: #670AAD;
}
</style>
border-color css
<style>
span { border-color: #670AAD; }
span { border-color: rgb(103,10,173); }
td.TdClassName
{
border-color: #670AAD;
}
.TagClassName
{
border-color: #670AAD;
}
</style>