Shades of Purple Heart #670AAC
Tints of Purple Heart #670AAC
RGB
CMYK
RGB Variations
Color information
#670AAC (or 0x670AAC) is known color: Purple Heart. HEX triplet: 67, 0A and AC. RGB value is (103,10,172). Sum of RGB (Red+Green+Blue) = 103+10+172=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #670AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670AAC is #98F553. Grayscale: #373737. Windows color (decimal): -10024276 or 11274855. OLE color: 11274855.
HSL color Cylindrical-coordinate representation of color #670AAC: hue angle of 274.44º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670AAC is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 10 | 172 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.33 |
| HSL | 274.44º | 0.89% | 0.36% | - |
| HSV(B) | 274.44º | 0.94% | 0.67% | - |
| XYZ | 13.15 | 6.08 | 39.51 | - |
| YUV | 56.28 | 193.31 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 172 | 0.40 | 0.94 | 0 | 0.33 | 274.44 | 0.89 | 0.36 |
| Hex | 67 | A | AC | 28 | 5E | 0 | 21 | 112 | 59 | 24 |
| Octal | 147 | 12 | 254 | 50 | 136 | 0 | 41 | 422 | 131 | 44 |
| Binary | 1100111 | 1010 | 10101100 | 101000 | 1011110 | 0 | 100001 | 100010010 | 1011001 | 100100 |
Color Harmonies of #670AAC
Complementary color
Monochromatic Colors of #670AAC
Black with #670AAC
Text Example
Text Example
White with #670AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670AAC; }
p { color: rgb(103,10,172); }
H1.HeaderClassName
{
color: #670AAC;
}
.AnyTagClassName
{
color: #670AAC;
}
</style>
background-color css
<style>
a { background-color: #670AAC; }
a { background-color: rgb(103,10,172); }
div.DivClassName
{
background-color: #670AAC;
}
.BgClassName
{
background-color: #670AAC;
}
</style>
border-color css
<style>
span { border-color: #670AAC; }
span { border-color: rgb(103,10,172); }
td.TdClassName
{
border-color: #670AAC;
}
.TagClassName
{
border-color: #670AAC;
}
</style>