Shades of Purple Heart #673ACD
Tints of Purple Heart #673ACD
RGB
CMYK
RGB Variations
Color information
#673ACD (or 0x673ACD) is known color: Purple Heart. HEX triplet: 67, 3A and CD. RGB value is (103,58,205). Sum of RGB (Red+Green+Blue) = 103+58+205=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #673ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ACD is #98C532. Grayscale: #575757. Windows color (decimal): -10011955 or 13449831. OLE color: 13449831.
HSL color Cylindrical-coordinate representation of color #673ACD: hue angle of 258.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #673ACD is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 58 | 205 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.20 |
| HSL | 258.37º | 0.6% | 0.52% | - |
| HSV(B) | 258.37º | 0.72% | 0.8% | - |
| XYZ | 18.13 | 10.32 | 58.79 | - |
| YUV | 88.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 205 | 0.50 | 0.72 | 0 | 0.20 | 258.37 | 0.6 | 0.52 |
| Hex | 67 | 3A | CD | 32 | 48 | 0 | 14 | 102 | 3C | 34 |
| Octal | 147 | 72 | 315 | 62 | 110 | 0 | 24 | 402 | 74 | 64 |
| Binary | 1100111 | 111010 | 11001101 | 110010 | 1001000 | 0 | 10100 | 100000010 | 111100 | 110100 |
Color Harmonies of #673ACD
Complementary color
Monochromatic Colors of #673ACD
Black with #673ACD
Text Example
Text Example
White with #673ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673ACD; }
p { color: rgb(103,58,205); }
H1.HeaderClassName
{
color: #673ACD;
}
.AnyTagClassName
{
color: #673ACD;
}
</style>
background-color css
<style>
a { background-color: #673ACD; }
a { background-color: rgb(103,58,205); }
div.DivClassName
{
background-color: #673ACD;
}
.BgClassName
{
background-color: #673ACD;
}
</style>
border-color css
<style>
span { border-color: #673ACD; }
span { border-color: rgb(103,58,205); }
td.TdClassName
{
border-color: #673ACD;
}
.TagClassName
{
border-color: #673ACD;
}
</style>