Shades of Purple Heart #673EBF
Tints of Purple Heart #673EBF
RGB
CMYK
RGB Variations
Color information
#673EBF (or 0x673EBF) is known color: Purple Heart. HEX triplet: 67, 3E and BF. RGB value is (103,62,191). Sum of RGB (Red+Green+Blue) = 103+62+191=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #673EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673EBF is #98C140. Grayscale: #585858. Windows color (decimal): -10010945 or 12533351. OLE color: 12533351.
HSL color Cylindrical-coordinate representation of color #673EBF: hue angle of 259.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #673EBF is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 62 | 191 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.25 |
| HSL | 259.07º | 0.51% | 0.5% | - |
| HSV(B) | 259.07º | 0.68% | 0.75% | - |
| XYZ | 16.72 | 10.09 | 50.36 | - |
| YUV | 88.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 62 | 191 | 0.46 | 0.68 | 0 | 0.25 | 259.07 | 0.51 | 0.5 |
| Hex | 67 | 3E | BF | 2E | 44 | 0 | 19 | 103 | 33 | 32 |
| Octal | 147 | 76 | 277 | 56 | 104 | 0 | 31 | 403 | 63 | 62 |
| Binary | 1100111 | 111110 | 10111111 | 101110 | 1000100 | 0 | 11001 | 100000011 | 110011 | 110010 |
Color Harmonies of #673EBF
Complementary color
Monochromatic Colors of #673EBF
Black with #673EBF
Text Example
Text Example
White with #673EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673EBF; }
p { color: rgb(103,62,191); }
H1.HeaderClassName
{
color: #673EBF;
}
.AnyTagClassName
{
color: #673EBF;
}
</style>
background-color css
<style>
a { background-color: #673EBF; }
a { background-color: rgb(103,62,191); }
div.DivClassName
{
background-color: #673EBF;
}
.BgClassName
{
background-color: #673EBF;
}
</style>
border-color css
<style>
span { border-color: #673EBF; }
span { border-color: rgb(103,62,191); }
td.TdClassName
{
border-color: #673EBF;
}
.TagClassName
{
border-color: #673EBF;
}
</style>