Shades of Purple Heart #673DBA
Tints of Purple Heart #673DBA
RGB
CMYK
RGB Variations
Color information
#673DBA (or 0x673DBA) is known color: Purple Heart. HEX triplet: 67, 3D and BA. RGB value is (103,61,186). Sum of RGB (Red+Green+Blue) = 103+61+186=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #673DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DBA is #98C245. Grayscale: #575757. Windows color (decimal): -10011206 or 12205415. OLE color: 12205415.
HSL color Cylindrical-coordinate representation of color #673DBA: hue angle of 260.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #673DBA is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 61 | 186 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.27 |
| HSL | 260.16º | 0.51% | 0.48% | - |
| HSV(B) | 260.16º | 0.67% | 0.73% | - |
| XYZ | 16.13 | 9.77 | 47.49 | - |
| YUV | 87.81 | 183.41 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 186 | 0.45 | 0.67 | 0 | 0.27 | 260.16 | 0.51 | 0.48 |
| Hex | 67 | 3D | BA | 2D | 43 | 0 | 1B | 104 | 33 | 30 |
| Octal | 147 | 75 | 272 | 55 | 103 | 0 | 33 | 404 | 63 | 60 |
| Binary | 1100111 | 111101 | 10111010 | 101101 | 1000011 | 0 | 11011 | 100000100 | 110011 | 110000 |
Color Harmonies of #673DBA
Complementary color
Monochromatic Colors of #673DBA
Black with #673DBA
Text Example
Text Example
White with #673DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DBA; }
p { color: rgb(103,61,186); }
H1.HeaderClassName
{
color: #673DBA;
}
.AnyTagClassName
{
color: #673DBA;
}
</style>
background-color css
<style>
a { background-color: #673DBA; }
a { background-color: rgb(103,61,186); }
div.DivClassName
{
background-color: #673DBA;
}
.BgClassName
{
background-color: #673DBA;
}
</style>
border-color css
<style>
span { border-color: #673DBA; }
span { border-color: rgb(103,61,186); }
td.TdClassName
{
border-color: #673DBA;
}
.TagClassName
{
border-color: #673DBA;
}
</style>