Shades of Purple Heart #6703AD
Tints of Purple Heart #6703AD
RGB
CMYK
RGB Variations
Color information
#6703AD (or 0x6703AD) is known color: Purple Heart. HEX triplet: 67, 03 and AD. RGB value is (103,3,173). Sum of RGB (Red+Green+Blue) = 103+3+173=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #6703AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6703AD is #98FC52. Grayscale: #333333. Windows color (decimal): -10026067 or 11338599. OLE color: 11338599.
HSL color Cylindrical-coordinate representation of color #6703AD: hue angle of 275.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6703AD is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 3 | 173 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.32 |
| HSL | 275.29º | 0.97% | 0.35% | - |
| HSV(B) | 275.29º | 0.98% | 0.68% | - |
| XYZ | 13.17 | 5.97 | 39.99 | - |
| YUV | 52.28 | 196.13 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 173 | 0.40 | 0.98 | 0 | 0.32 | 275.29 | 0.97 | 0.35 |
| Hex | 67 | 3 | AD | 28 | 62 | 0 | 20 | 113 | 61 | 23 |
| Octal | 147 | 3 | 255 | 50 | 142 | 0 | 40 | 423 | 141 | 43 |
| Binary | 1100111 | 11 | 10101101 | 101000 | 1100010 | 0 | 100000 | 100010011 | 1100001 | 100011 |
Color Harmonies of #6703AD
Complementary color
Monochromatic Colors of #6703AD
Black with #6703AD
Text Example
Text Example
White with #6703AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6703AD; }
p { color: rgb(103,3,173); }
H1.HeaderClassName
{
color: #6703AD;
}
.AnyTagClassName
{
color: #6703AD;
}
</style>
background-color css
<style>
a { background-color: #6703AD; }
a { background-color: rgb(103,3,173); }
div.DivClassName
{
background-color: #6703AD;
}
.BgClassName
{
background-color: #6703AD;
}
</style>
border-color css
<style>
span { border-color: #6703AD; }
span { border-color: rgb(103,3,173); }
td.TdClassName
{
border-color: #6703AD;
}
.TagClassName
{
border-color: #6703AD;
}
</style>