Shades of Purple Heart #673DCD
Tints of Purple Heart #673DCD
RGB
CMYK
RGB Variations
Color information
#673DCD (or 0x673DCD) is known color: Purple Heart. HEX triplet: 67, 3D and CD. RGB value is (103,61,205). Sum of RGB (Red+Green+Blue) = 103+61+205=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #673DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DCD is #98C232. Grayscale: #595959. Windows color (decimal): -10011187 or 13450599. OLE color: 13450599.
HSL color Cylindrical-coordinate representation of color #673DCD: hue angle of 257.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #673DCD is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 61 | 205 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.20 |
| HSL | 257.5º | 0.59% | 0.52% | - |
| HSV(B) | 257.5º | 0.7% | 0.8% | - |
| XYZ | 18.28 | 10.63 | 58.85 | - |
| YUV | 89.97 | 192.91 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 205 | 0.50 | 0.70 | 0 | 0.20 | 257.5 | 0.59 | 0.52 |
| Hex | 67 | 3D | CD | 32 | 46 | 0 | 14 | 102 | 3B | 34 |
| Octal | 147 | 75 | 315 | 62 | 106 | 0 | 24 | 402 | 73 | 64 |
| Binary | 1100111 | 111101 | 11001101 | 110010 | 1000110 | 0 | 10100 | 100000010 | 111011 | 110100 |
Color Harmonies of #673DCD
Complementary color
Monochromatic Colors of #673DCD
Black with #673DCD
Text Example
Text Example
White with #673DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DCD; }
p { color: rgb(103,61,205); }
H1.HeaderClassName
{
color: #673DCD;
}
.AnyTagClassName
{
color: #673DCD;
}
</style>
background-color css
<style>
a { background-color: #673DCD; }
a { background-color: rgb(103,61,205); }
div.DivClassName
{
background-color: #673DCD;
}
.BgClassName
{
background-color: #673DCD;
}
</style>
border-color css
<style>
span { border-color: #673DCD; }
span { border-color: rgb(103,61,205); }
td.TdClassName
{
border-color: #673DCD;
}
.TagClassName
{
border-color: #673DCD;
}
</style>